How to enable full screen when screen orientation changes? #609
Replies: 3 comments
-
BetterPlayerConfiguration( autoDetectFullscreenDeviceOrientation: true)
|
Beta Was this translation helpful? Give feedback.
-
This has been solved already here: #117. |
Beta Was this translation helpful? Give feedback.
-
I am also trying to figure out how to enable fullscreen when the device orientation changes to landscape. I have looked at the example code in #117 but coudln't quite figure it out. So, I need to add an event listener to the controller and the handler should set the preferred orientations to landscape. Is that right? |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I am trying to enable full screen mode when screen orientation is changed to landscape from portrait.
this is what i have tried so far.
Beta Was this translation helpful? Give feedback.
All reactions