I am developing an Application using Phonegap on Android. Everything works fine on OS 2.1 but on OS 2.2 when we click on any input type text field the keyboard appears and whole
Adding this
android:windowSoftInputMode="adjustPan"
to your in AndroidManifest.xml will solve the issue