Skip to content

splash image not hide after kivy loaded #364

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

Closed
sharkguto opened this issue Jun 3, 2016 · 2 comments
Closed

splash image not hide after kivy loaded #364

sharkguto opened this issue Jun 3, 2016 · 2 comments

Comments

@sharkguto
Copy link

sharkguto commented Jun 3, 2016

As the following image, the splashscreen image still showing after kivy loaded:

image

any ideas?

@redfast00
Copy link

+1 I also have this problem when using the android_new toolchain

@inclement
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants