Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]Not proper Fullscreen on 7.0.0+2 and orientation changes #243

Closed
vipinnegi90 opened this issue Jun 2, 2020 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@vipinnegi90
Copy link

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.

@vipinnegi90 vipinnegi90 added the bug Something isn't working label Jun 2, 2020
@vipinnegi90 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
@faslurrajah
Copy link

did you solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants