Reputation: 3762
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
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
Reputation: 12592
It is compatible (if you believe caniuse): http://caniuse.com/#search=range%20input%20type
It should work.
Upvotes: 4