diff options
author | Dave Arter <davea@mysociety.org> | 2017-07-10 11:50:03 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-07-10 11:50:03 +0100 |
commit | 063d772657a98c96b79000199701eb8dd8cd8c07 (patch) | |
tree | 6c834639b93715b374483aa48915db7f6fefb26b /www/js | |
parent | b8239e5742167f3efc50138e2467d3c4f7204a34 (diff) |
[CuidoMiCiudad] Add back Android platform; show iOS keyboard accessory bar
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/app.js | 1 |
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; |