Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'webactivity.py')
-rw-r--r--webactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index bb5a7c6..715ce5b 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -347,7 +347,7 @@ class WebActivity(activity.Activity):
else:
default_page = os.path.join(activity.get_bundle_path(),
"data/index.html")
- browser.load_uri(default_page)
+ browser.load_uri('file://' + default_page)
def _get_data_from_file_path(self, file_path):
fd = open(file_path, 'r')