react-player-controls
react-player-controls copied to clipboard
Slider not draggable on iOS
Checked on Chrome, slider bar is draggable but not in iOS.
I missed to follow this up. Will have a look soon!
we are seeing this as well. is this being addressed? or bigger fish to fry?
I addressed it in https://github.com/alexanderwallin/react-player-controls/commits/touch-slider, but never tested it properly. If anyone has time to give it a go, that'd be super!
Hello, did you get a chance to look at this?
I created a fork here: https://github.com/arist0tl3/react-player-controls, which you can install with npm install @arist0tl3/react-player-controls
.
Needed to get this working today, but I can open a PR here if anyone's interested.
As a heads up, you may need to add touch-action: none
to prevent the default mobile browser click handling (https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action).
@arist0tl3 Thanks! Please create a PR and we'll get this into the lib!
There's now a 2.0.0-beta.0 to try out!