Open
Description
Found during exploratory testing on iOS and Android mobile devices.
STR:
- Load the video.js demo page on an iOS or Android device. This bug is most noticeable on smaller-screen Androids and iPhones.
- Tap the bigPlayButton to start playback.
- Tap in the timeline to seek forward or backward.
- Try to drag the scrubber forward or backward to seek. (There is a pull request to support this behavior.)
- Tap the full-screen button.
Expected:
Touch events to start and pause playback, to seek, and to use the full-screen and volume controls succeed.
Actual:
Because the hit areas for these controls are so small, the touch events usually don't happen, or don't work as expected.