Touch event to display UI controls is incorrect? #8164
Labels
component: UI
The issue involves the Shaka Player UI
priority: P2
Smaller impact or easy workaround
type: bug
Something isn't working correctly
Milestone
Hello all,
I think the touch control we are using to open the UI controls is not correct.
Currently, this is the related code:
The problem with this code is that, if we are loading the player inside an iframe and we are on a phone, when we start the scrolling in the player, the scroll never happens; instead, it gets prevented and the UI controls are displayed instead. However, once the UI controls are visible, we are enabled to scroll.
Shouldn't this be changed accordingly to fix this weird behavior?
The text was updated successfully, but these errors were encountered: