Skip to content

denkomanceski/windowSoftInputMode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

windowSoftInputMode

Cordova plugin to dynamically change soft input mode on android devices Currently the plugin supports setting the soft input to adjustPan (SOFT_INPUT_ADJUST_PAN) or adjustResize(SOFT_INPUT_ADJUST_RESIZE). Feel free to extend it and make a pull request

Installation

cordova plugin add https://github.com/denkomanceski/windowSoftInputMode.git

Usage

To set the soft input mode to adjustPan: windowSoftManager.setMode("adjustPan");

To set the soft input mode to adjustResize: windowSoftManager.setMode("adjustResize");

Thats it. Simple and clear

Uninstall

cordova plugin remove com.vertex.windowSoftInputMode

About

Cordova plugin to dynamically change soft input mode on android devices

Resources

Stars

4 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors