This is the markup:
<input style="width: 100%" type="range" max="9" min="1" ng-model="numOfPeople.number" ng-change="valueChanged()">
It works in local Chrome but on Android when I touch it the line disappears and little ball goes all the way to the left.
I’ve also tried all the recommendations here: Range Slider Not Visible on Android JellyBean
But it still disappears. What else can I try?
Thanks!