8000 Moved webview loading animation to bootstrap · brvier/python-for-android@3c0c989 · GitHub
[go: up one dir, main page]

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

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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>

0 commit comments

Comments
 (0)
0