-
Notifications
You must be signed in to change notification settings - Fork 17
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: [iOS] Orientation seems able to be changed now #165
Comments
The problem is that even we used the |
This is insane. Requested to dive into the native flutter code. Flutter 3.7.2 static Future<void> setPreferredOrientations(List<DeviceOrientation> orientations) async {
await SystemChannels.platform.invokeMethod<void>(
'SystemChrome.setPreferredOrientations',
_stringify(orientations),
);
} |
Describe the bug
The display orientation seems can be changed to landscape mode in all places, which is not allowed by our policy.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
not allowed landscape mode, except the video player page.
The text was updated successfully, but these errors were encountered: