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
This occurs because we had to change the loading screen mechanism in the sdl2 bootstrap, and it no longer is able to tell when the app has finished initialising. You should instead add the code yourself to do this, I believe you need to call:
from jnius import autoclass
autoclass('org.kivy.android.PythonActivity').mActivity.removeLoadingScreen()
I'll add this to the python-for-android documentation shortly, and we'll probably also add a simpler function call somewhere.
As the following image, the splashscreen image still showing after kivy loaded:
any ideas?
The text was updated successfully, but these errors were encountered: