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.