Replies: 1 comment
-
@chibykiss use events with the native api player.on('enterfullscreen', event => {
screen.orientation.lock('landscape');
});
player.on('exitfullscreen', event => {
screen.orientation.lock('portrait');
}); |
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
-
i cant seem to get a landscape full screen on mobile devices. the full screen on mobile is only portrait. pls is this how the fullscreen works on a default, or is there a way to activate the landscape full screen on mobile.
Beta Was this translation helpful? Give feedback.
All reactions