Replies: 1 comment
-
I realized that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you set
YoutubePlayerFlags
tohideControls: true
you lose the play/pause functionality.Proposed Changes
Add The Following Flags:
hidePlayPauseControl
- default to falsedisableTapPlayPause
- default to false; if controls are shown, then they are functional; similar todisableDragSeek
where tapping the player would still toggle play/pause even if controls are hiddenAdd Play/Pause on Tap
It would be helpful to be able to play/pause even if the controls are hidden. You would need to use my new flags
hidePlayPauseControl
anddisableTapPlayPause
to disable play/pause entirely.Beta Was this translation helpful? Give feedback.
All reactions