1.0.3 • Published 6 years ago

cordova-plugin-softinputmode v1.0.3

Weekly downloads
9
License
Apache 2.0
Repository
github
Last release
6 years ago

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')