aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2017-07-10 11:50:03 +0100
committerDave Arter <davea@mysociety.org>2017-07-10 11:50:03 +0100
commit063d772657a98c96b79000199701eb8dd8cd8c07 (patch)
tree6c834639b93715b374483aa48915db7f6fefb26b /www/js
parentb8239e5742167f3efc50138e2467d3c4f7204a34 (diff)
[CuidoMiCiudad] Add back Android platform; show iOS keyboard accessory bar
Diffstat (limited to 'www/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;