Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 494 Bytes

File metadata and controls

10 lines (6 loc) · 494 Bytes

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