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
Made an app to run on portrait mode using this code : SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]) .then((_) { runApp(MyApp()); });
When I fullscreen the player it looks something like this: Fullscreen shot bug
When I try exiting fullscreen with back button, the app is now locked in landscape orientation and neither rotates back to portrait on tilting device. Auto-rotate is turned-on in system settings.
Expected behavior
FullScreen should be exclusive and shouldn't override the app's orientation to change.
The text was updated successfully, but these errors were encountered:
vipinnegi90
changed the title
[BUG]Not proper full screen on 7.0.0+2 and orientation changes
[BUG]Not proper Fullscreen on 7.0.0+2 and orientation changes
Jun 2, 2020
Made an app to run on portrait mode using this code :
SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]) .then((_) { runApp(MyApp()); });
When I fullscreen the player it looks something like this:
Fullscreen shot bug
When I try exiting fullscreen with back button, the app is now locked in landscape orientation and neither rotates back to portrait on tilting device. Auto-rotate is turned-on in system settings.
Expected behavior
FullScreen should be exclusive and shouldn't override the app's orientation to change.
The text was updated successfully, but these errors were encountered: