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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 3fa6e73..282e921 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -263,6 +263,7 @@ var tpl = {
// Stop iOS scrolling the webview when it shows the keyboard
if ( typeof cordova !== 'undefined' ) {
cordova.plugins.Keyboard.disableScroll(true);
+ cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false);
}
$('#load-screen').height( $(window).height() );
FMS.initialized = 1;