You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the feature request is for a plugin or provider, specify it here.
core
If the feature solves a problem you have, specify it here.
Tapping player in mobile should open control bar instead of pausing video.
Describe the proposed feature.
I don't know if this is feature or maybe question on best way to solve this but basically I would like to have custom handling of clicking on player. On mobile I want tap to simply show control bar and pause only when tap second time. Looking at onClickOnPlayer it doesn't seem it's possible to register custom logic somehow there. What do you think, could this be a new feature?
Describe alternatives you've considered
Maybe it's possible to solve this with parent element event listener and e.stopPropagation.
Additional context
No response
Related issues
No response
The text was updated successfully, but these errors were encountered:
If the feature request is for a plugin or provider, specify it here.
core
If the feature solves a problem you have, specify it here.
Tapping player in mobile should open control bar instead of pausing video.
Describe the proposed feature.
I don't know if this is feature or maybe question on best way to solve this but basically I would like to have custom handling of clicking on player. On mobile I want tap to simply show control bar and pause only when tap second time. Looking at onClickOnPlayer it doesn't seem it's possible to register custom logic somehow there. What do you think, could this be a new feature?
Describe alternatives you've considered
Maybe it's possible to solve this with parent element event listener and e.stopPropagation.
Additional context
No response
Related issues
No response
The text was updated successfully, but these errors were encountered: