0.2.1 • Published 9 years ago

cordova-plugin-android-softinputmode v0.2.1

Weekly downloads
11
License
Apache 2.0
Repository
bitbucket
Last release
9 years ago

cordova-plugin-android-softinputmode

This plugin lets you change the android:windowSoftInputMode property at runtime.

Currently only adjustPan, adjustResize and adjustNothing values are supported.

Example

After the deviceready event:

window.SoftInputMode.set('adjustNothing')

window.SoftInputMode.get(callback)

Where callback is called with the current value.

0.2.1

9 years ago

0.2.0

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago