aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/mobile_config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/mobile_config.js b/www/js/mobile_config.js
index 8f530f4..6d0f10a 100644
--- a/www/js/mobile_config.js
+++ b/www/js/mobile_config.js
@@ -6,4 +6,7 @@ $(document).bind("mobileinit", function(){
$.mobile.ignoreContentEnabled = true;
$.mobile.defaultPageTransition = 'slide';
$.mobile.buttonMarkup.hoverDelay = 0;
+ // turn of scrollTop support as that stops annoying post
+ // transition 1 px jumps on iOS
+ $.support.scrollTop = 0;
});