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

Screen Rotation #125

Closed
ronlinet opened this issue Jun 16, 2019 · 1 comment
Closed

Screen Rotation #125

ronlinet opened this issue Jun 16, 2019 · 1 comment

Comments

@ronlinet
Copy link

ronlinet commented Jun 16, 2019

Anybody has ever tried to implement screen rotation here?
I have tried :

  SystemChrome.setPreferredOrientations([
      DeviceOrientation.landscapeRight,
      DeviceOrientation.landscapeLeft,
    ]);

but it doesn't work.
Is the app locked in a portrait mode?

@ronlinet
Copy link
Author

The rotation is being overridden in xcode.
The bellow settings does the trick

Screen Shot 2019-06-15 at 10 57 38 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant