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

Camera Flipped in landscape mode (Android) #4

Open
lunaticcoding opened this issue Sep 22, 2019 · 0 comments
Open

Camera Flipped in landscape mode (Android) #4

lunaticcoding opened this issue Sep 22, 2019 · 0 comments

Comments

@lunaticcoding
Copy link

Using

await SystemChrome.setPreferredOrientations(
      [DeviceOrientation.landscapeRight]);
SystemChrome.setEnabledSystemUIOverlays([]);

in the main function to set the device rotation, rotates the camera into the wrong direction on android. Meaning the camera is always upside down with respect to the screen.

Please let me know if you need more details (we tried several different real devices and android versions). We didn't have any Iphones to test on so we don't know if this is an android only issue.

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