From e885fa3ed2cdb1ce0c7b108df168decedc1525b3 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sun, 20 Mar 2016 08:21:49 -0400 Subject: fixed keyboard plugin, tweaking packery - seems calling resize helps Former-commit-id: 711388615e23416b3956058b7f15909355b7a3ff --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 5b221c93..a471ffe4 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1294,7 +1294,7 @@ angular.module('zmApp', [ //cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true); // solves screen bouncing on form input // since I am using JS Scroll - cordova.plugins.Keyboard.disableScroll(true); + //cordova.plugins.Keyboard.disableScroll(true); } if (window.StatusBar) { // org.apache.cordova.statusbar required -- cgit v1.2.3