From cb91226a89d84b39c47b15fc88ef0b56ac7ad5fd Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Sat, 4 Jul 2015 17:28:11 -0400 Subject: fixed screen bouncing on input --- www/js/app.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www') diff --git a/www/js/app.js b/www/js/app.js index 05bef7fa..d3e97a17 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -296,6 +296,9 @@ angular.module('zmApp', [ if (window.cordova && window.cordova.plugins.Keyboard) { cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true); + // solves screen bouncing on form input + // since I am using JS Scroll + cordova.plugins.Keyboard.disableScroll(true); } if (window.StatusBar) { // org.apache.cordova.statusbar required -- cgit v1.2.3