You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that with python 3 crystax ndk version 10.3.2, and latest kivy master, and the latest python for android master, screen rotation will freeze an app... no crash, no error, just freeze.
This also manifests when a 'landscape' orientation app is resumed from screen off, can see the screen rotating briefly and it freezes.
As with: #379
setting android.minapi=13 will fix it.
Attached are a simple buildozer.spec and main.py if anyone wants to test it out, tho you'll have to download the crystax ndk and edit the spec to point to it. kivytestapp.zip
The text was updated successfully, but these errors were encountered:
Seems that with python 3 crystax ndk version 10.3.2, and latest kivy master, and the latest python for android master, screen rotation will freeze an app... no crash, no error, just freeze.
This also manifests when a 'landscape' orientation app is resumed from screen off, can see the screen rotating briefly and it freezes.
As with: #379
setting android.minapi=13 will fix it.
Attached are a simple buildozer.spec and main.py if anyone wants to test it out, tho you'll have to download the crystax ndk and edit the spec to point to it.
kivytestapp.zip
The text was updated successfully, but these errors were encountered: