My jQuery Mobile Application shrinks/resize its screen when Android virtual keypad opens up. This Application is wrapped as native using Cordova.
I tried by adding the following in config.xml
<preference name="fullscreen" value="false" /> <preference name="fullscreen" value="false" /> <preference name="android-windowSoftInputMode" value="stateVisible" />
But nothing seems to work.
I don't want to change anything in my AndroidManifest.xml since it is going yo be a complete configuration Application.