cordova-plugin-softinputmode
v1.0.3
Published
Cordova Plugin for changing SoftInputMode at runtime
Downloads
13
Maintainers
Readme
cordova-plugin-softinputmode
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.
Example
After the deviceready
event:
window.SoftInputMode.set('adjustNothing')