UI interactivity is using the wrong event listeners - really bad experience for mobile #6027
Labels
component: UI
The issue involves the Shaka Player UI
platform: Android
Issues affecting Android
platform: iOS
Issues affecting iOS
priority: P2
Smaller impact or easy workaround
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
With customUI, I noticed the following problems:
When controls were hidden, and I am on iOS or Android, I try to scroll down (player is on an iframe), but instead, the event is cancelled and the UI controls are shown. That is not intended, the intended behavior in that case is to respond to the scroll event. I imagine the wrong event listener is being used.
The other problem is with the tapToSeek, when it is enabled, the scrolling when scrolling from the laterals is blocked, so had to disable the entire feature.
I guess the UI is using the wrong event listeners.
The text was updated successfully, but these errors were encountered: