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

iOS always shows DeviceOrientation.landscapeLeft #4

Open
aditya21 opened this issue Oct 23, 2020 · 3 comments
Open

iOS always shows DeviceOrientation.landscapeLeft #4

aditya21 opened this issue Oct 23, 2020 · 3 comments

Comments

@aditya21
Copy link

I have following code

subscription = OrientationHelper.onOrientationChange.listen((value) { print(value); });

It always shows DeviceOrientation.landscapeLeft. It is working as expected on Android.

Flutter 1.20.4 •
Dart 2.9.2

@sososdk
Copy link
Owner

sososdk commented Oct 26, 2020

It's works fine on my iphone iOS 13.7.

[✓] Flutter (Channel stable, 1.22.2, on Mac OS X 10.15.7 19H2, locale zh-Hans-CN)
    • Flutter version 1.22.2 at /Users/chengshuai/fvm/versions/stable
    • Framework revision 84f3d28555 (10 days ago), 2020-10-15 16:26:19 -0700
    • Engine revision b8752bbfff
    • Dart version 2.10.2

@aditya21
Copy link
Author

I upgraded flutter version still I am facing same problem on my iPhone 11 iOS 14.0.1.

Flutter 1.22.2 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 84f3d28555 (10 days ago) • 2020-10-15 16:26:19 -0700
Engine • revision b8752bbfff
Tools • Dart 2.10.2

@dan-leech
Copy link
Contributor

dan-leech commented Nov 25, 2020

iPhone 7 Plus iOS 13.5.1
iPhone 11 Pro iOS 14.1
work well

Flutter 1.22.4 • channel stable • git@github.com:flutter/flutter.git
Framework • revision 1aafb3a8b9 (12 days ago) • 2020-11-13 09:59:28 -0800
Engine • revision 2c956a31c0
Tools • Dart 2.10.4

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

3 participants