summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-05-01 14:52:22 -0400
committerARC <arjunrc@gmail.com>2015-05-01 14:52:22 -0400
commit9faf95be527b8b7c23e4ed4226c35bb771129f41 (patch)
tree6d5baa8fc0b2a06d2ccb46ad9be75cce64bc34e8 /www/templates/events-modal.html
parentbcdc2629d7b289c48776169c350d8da3b74f64d4 (diff)
Made various tweaks to config files and code to make things work on Android. Using crosswalk for Android for better performance
Diffstat (limited to 'www/templates/events-modal.html')
-rw-r--r--www/templates/events-modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index 8f43b114..08dbe651 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -24,7 +24,7 @@
<div ng-if="isSimulated()">
<ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%; ">
- <img ng-src="img/demo.gif" width="100%">
+ <img imageonload="finishedLoadingImage()" ng-src="img/demo.gif" width="100%" />
</ion-scroll>
</div>