-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Rotation Lock Ignored #842
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
Comments
How did you set the rotation lock? With pyjnius? |
The rotation lock was set through the devices settings, external to the app. |
If the p4a doesn't check for orientation through spme java class(e.g. only by hardware changes - real rotation), it might ignore whole rotation lock mechanism that some of these apps use. |
I can confirm. Kivy apps are ignoring the global system setting which is annoying. |
It turns out this is just because the correct setting is |
I have a Kivy app with is ignoring the device's rotation lock. The app was built to be compatible with both portrait and landscape modes, but when the device has locked the orientation to either portrait or landscape, the application is able to display in either portrait or landscape orientation.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: