-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
"--orientation fullUser" is not working #1763
Comments
--orientation fullUser
is not working
--orientation fullUser
is not working
Are you using Kivy master? If not, try that. |
@inclement I was using the version of the recipe About the orientation, Kivy recipe should be updated. Thanks for your feedback! |
a95d67f revision of Kivy doesn't handle properly the orientation on Android (see kivy#1763). Revision c4d6894 works with `--orientation user`
Versions
Description
With P4A master (rev 84142eb) the
--orientation fullUser
argument is not working at all, the screen stay in portrait mode whatever the user-set orientation locking status is. The same result happens with--orientation user
.With
sensor
the orientation is working and moving according to sensor, but without obeying the user settings (which is the normal behaviour according to Android documentation), so it can't be used as a replacement ofuser
andfullUser
.This has been tested with the
sdl2
bootstrap.buildozer.spec
I've used P4A directly without buildozer.
Logs
No logs, the app is not reacting at all to orientation change, with or without user locking.
The text was updated successfully, but these errors were encountered: