I’m currently using PhoneGap for a mobile app I’m developing. In my Login screen, when I select a text field, the view shrinks horizontally when then keyboard slides up. This only happens on the Android and not iOS.
This concerns me because I have a bottom toolbar that is position:absolute; bottom:0; and this toolbar is pushed up in Android when the keyboard shows up. In iOS, the keyboard just simply overlays it.
In
AndroidManifest.xmlon your main activity add the following:and
In
index.htmladd what traumalles pointed out: