|
i have tried the example https://www.media-chrome.org/docs/en/media-elements/youtube-video |
Answered by
luwes
Feb 21, 2025
Replies: 1 comment
|
this is unfortunately not possible with the Media Chrome UI because the Youtube iframe player doesn't provide a enter fullscreen method or something similar and iOS doesn't support the fullscreen API via a non-video element. it can go fullscreen via the original Youtube UI but it does that via |
0 replies
Answer selected by
luwes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is unfortunately not possible with the Media Chrome UI because the Youtube iframe player doesn't provide a enter fullscreen method or something similar and iOS doesn't support the fullscreen API via a non-video element.
https://caniuse.com/fullscreen
it can go fullscreen via the original Youtube UI but it does that via
HTMLVideoElement.webkitEnterFullscreensomething that is not accessible from outside the iframe.