HTML Range Input Sliders disappear on mobile. Why?

2019-06-16 05:16发布

问题:

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!

回答1:

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.



回答2:

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

It should work.