Phonegap prevent scrolling when show keyboard
cordova, ios
Solution
in phonegap 2.6 there is a new option to prevent scrolling by resizing the webview. take a look at the documentation and find the `KeyboardShrinksView` option.
cheers
Problem
On Phonegap application, is there any way to prevent page scrolling when a text-input is focused and the soft keyboard shows? In case of no way, Is there any way to scroll the page to the position of text input instead of 'bring' the text input onto center of screen?