diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-03-20 08:21:49 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-03-20 08:21:49 -0400 |
| commit | e885fa3ed2cdb1ce0c7b108df168decedc1525b3 (patch) | |
| tree | ec374d0a3ce3a1ff395967aa167d56b962ee30d0 /www/js/app.js | |
| parent | cf953db5386051f2c603c85867f6510cd0870b06 (diff) | |
fixed keyboard plugin, tweaking packery - seems calling resize helps
Former-commit-id: 711388615e23416b3956058b7f15909355b7a3ff
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
