I might ask a stupid question, but I’ve tried to add a range field within a tab without any success.
Here is what I’ve done. I am not sure if I have done something wrong but I really don’t understand why I can’t change the range value while I slide my finger over.
Some help would be greatly appreciated because I am a newbie and I would really like to understand where my error is
Yeah I can confirm this… looks like input[type=‘range’]::-webkit-slider-thumb::before and input[type=‘range’]::-webkit-slider-thumb::after pseudo-elements aren’t supported by the stock android browser in 4.0-4.3.
Thanks for your reply.
Codepen is: http://codepen.io/starmate/full/lJjkH
I’ll try to check what could cause the trouble if I can (I am not an expert but I will have a look ;)).
What’s commented is what was causing the issue with android. However, the drag and drop feature doesn’t work… I am still looking for a solution regarding this problem.