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
{{ message }}
This repository has been archived by the owner on May 18, 2020. It is now read-only.
Hi, I use portrait orientation in my app by the code:
SystemChrome.setPreferredOrientations([
DeviceOrientation.portraitUp,
DeviceOrientation.portraitDown,
]);
If user click fullscreen mode on the player, result is portrait video (shrunk)***
I want if user click fullscreen button, result is landscape (correct ratio of the video). User can manually turn the phone to watch.
How to?
Best regards
(Also, is there any event to enter fullscreen?)
The text was updated successfully, but these errors were encountered:
I noticed that, removing the "SystemChrome.setPreferredOrientations" declarations (not forcing the specific orientation) cure for the issue. But this time we have to implement on UI for horizontal / vertical layouts both.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I use portrait orientation in my app by the code:
SystemChrome.setPreferredOrientations([
DeviceOrientation.portraitUp,
DeviceOrientation.portraitDown,
]);
If user click fullscreen mode on the player, result is portrait video (shrunk)***
I want if user click fullscreen button, result is landscape (correct ratio of the video). User can manually turn the phone to watch.
How to?
Best regards
(Also, is there any event to enter fullscreen?)
The text was updated successfully, but these errors were encountered: