I'm using the default html5 input range object for a custom audio player. Everything works fine, all the events get fired when I need them and stuff, except I have on annoying issue on my mobile Safari with iOS 11.4:
When I tap on the seekbar/slider, the 'thumb' doesn't jump to the tapped position. I noticed that is the case with any input slider object that I test on my device.
Changing the thumb position by dragging it with onTouchStart/onTouchEnd works fine however.
Anyone who can help me with this problem?
Thanks!