Skip to content

Commit 3c0c989

Browse files
committed
Moved webview loading animation to bootstrap
Before this change, the loading animation would only work if provided by the user in the app files.
1 parent e5ab231 commit 3c0c989

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/bootstraps/webview/build/webview_includes/_load.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html>
44
<head>
55
<meta charset="utf-8">
6-
<link href="static/style.css" rel="stylesheet" type="text/css">
6+
<link href="_loading_style.css" rel="stylesheet" type="text/css">
77
<title>
88
Python WebView loader
99
</title>

testapps/testapp_flask/static/style.css renamed to pythonforandroid/bootstraps/webview/build/webview_includes/_loading_style.css

File renamed without changes.

0 commit comments

Comments
 (0)