We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The device should rotate once to landscape-primary(90) degree and also able to rotate to landscape-secondary(-90).
The device rotates twice at once. First to landscape-primary(90) and to landscape-secondary(-90) and stays there.
There is already a bug report for this here but even with the latest version the issue is still there.
screen.orientation.unlock();
iPadOS version - 17.2 IPad 10th gen
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
There is issue with .unlock() which causes the app to rotate twice in iOS
What is expected to happen?
The device should rotate once to landscape-primary(90) degree and also able to rotate to landscape-secondary(-90).
What does actually happen?
The device rotates twice at once. First to landscape-primary(90) and to landscape-secondary(-90) and stays there.
Information
There is already a bug report for this here but even with the latest version the issue is still there.
Command or Code
screen.orientation.unlock();
Environment, Platform, Device
iPadOS version - 17.2
IPad 10th gen
Version information
Checklist
The text was updated successfully, but these errors were encountered: