This plugin lets you change the android:windowSoftInputMode property at runtime.
Currently adjustPan
, adjustResize
, adjustNothing
, stateUnspecified
, stateUnchanged
, stateHidden
, stateAlwaysHidden
, stateVisible
, stateAlwaysVisible
, adjustUnspecified
values are supported.
After the deviceready
event:
window.SoftInputMode.set('adjustNothing')