-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI: Seek bar doesn't work on iOS #1918
Comments
This is a bit more subtle than I realized. The seek bar works on iOS, but it's much pickier. You have to click on the "ball" part of the slider, hold it, then drag. We should find some way to fix this so that it works by touch event anywhere on the "bar" part of the slider. |
I've noticed this too, iOS requires you to grab the handle. Wouldn't it work with a custom |
@matvp91 We'd love a PR, thank you :) |
Use touch events to sync the range element's value when the bar is touched. This means you no longer have to touch the tiny ball on the seek bar on iOS. Fixes #1918
Use touch events to sync the range element's value when the bar is touched. This means you no longer have to touch the tiny ball on the seek bar on iOS. Fixes shaka-project#1918
Use touch events to sync the range element's value when the bar is touched. This means you no longer have to touch the tiny ball on the seek bar on iOS. Fixes #1918
Reproes on the nightly build
The text was updated successfully, but these errors were encountered: