aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 3caba69..bfeef55 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -142,6 +142,11 @@ var tpl = {
}
FMS.initialized = 1;
tpl.loadTemplates( FMS.templates, function() {
+
+ if ( device.platform === 'Android' ) {
+ $.mobile.defaultPageTransition = 'none';
+ }
+
_.extend(FMS, {
router: new FMS.appRouter(),
locator: new FMS.Locate()