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!
You cannot display value in the thumb but you can attach a bubble to the thumb which will contain and display the value as you slide. Refer to this detailed article Show slider value. Here's a demo. Save this answer.
The <input type="range"> defines a control for entering a number whose exact value is not important (like a slider control).
For Chrome, use -webkit-appearance: slider-vertical . For IE, use writing-mode: bt-lr . For Firefox, add an orient="vertical" attribute to the html. Pity that they did it this way.
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.
It is compatible (if you believe caniuse): http://caniuse.com/#search=range%20input%20type
It should work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With