I have an application built with Phonegap and JQuery Mobile. Whenever the soft keyboard shows - on form inputs etc - the whole page resizes. Images, buttons and text. Which
For Phonegap Build users, there's a wrapping preference available in config.xml file, the
The values it can take are the same than android native property, if you need additional info about the parameters and behavior, please refer to android developer guide here: http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft
I tested this using Phonegap Build 3.3.0 and jQuery Mobile and worked fine for me, hope it helps.