9ete
9ete

Reputation: 3762

HTML Range Input Sliders disappear on mobile. Why?

Why do HTML5 inputs of type range disappear on mobile? See this page, inspect as a mobile device. I'm working on a simple site with a form but need the form to work on mobile. Thanks!

Upvotes: 15

Views: 5756

Answers (2)

aljoscha
aljoscha

Reputation: 344

Range inputs do work properly on mobile (see Can I use...).

In your example (Link) it seems like a simulation issue of Google Chrome. If you test your link via Firefox or on a mobile device with Safari or Google Chrome the sliders work fine.

Upvotes: 22

Mr. Hugo
Mr. Hugo

Reputation: 12592

It is compatible (if you believe caniuse): http://caniuse.com/#search=range%20input%20type

It should work.

Upvotes: 4

Related Questions