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.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js
index a3c85be..3ca6542 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -260,6 +260,8 @@ var tpl = {
if ( this.initialized == 1 ) {
return this;
}
+ // Stop iOS scrolling the webview when it shows the keyboard
+ cordova.plugins.Keyboard.disableScroll(true);
$('#load-screen').height( $(window).height() );
FMS.initialized = 1;
if ( navigator && navigator.splashscreen ) {