We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to a missing static/style.css in the webview bootstrap source, the webview loading page probably doesn't show any animation by default. The code it assumes to be present is included in the test app, at https://github.com/kivy/python-for-android/blob/master/testapps/testapp_flask/static/style.css .
static/style.css
Further, it would be even better to make the loading page somehow customisable.
The text was updated successfully, but these errors were encountered:
Perhaps we could use some template for the loading screen with a default .css unless specified otherwise e.g. via console argument or .spec property?
.css
.spec
Sorry, something went wrong.
No branches or pull requests
Due to a missing
static/style.css
in the webview bootstrap source, the webview loading page probably doesn't show any animation by default. The code it assumes to be present is included in the test app, at https://github.com/kivy/python-for-android/blob/master/testapps/testapp_flask/static/style.css .Further, it would be even better to make the loading page somehow customisable.
The text was updated successfully, but these errors were encountered: