Video of the problem from a different user but its the same
http://imgur.com/ca2cNZv
I have a background image set as follows :
.pane { backg
In AndroidManifest.xml file try to set windowSoftInputMode attribute to adjustNothing:
windowSoftInputMode
android:windowSoftInputMode="adjustNothing"
It worked for my Ionic project, avoiding the resize of Cordova webview when soft keyboard is on.