Does anybody know a way to change the Android keyboard type that is displayed (search, numerical, password, autocomplete etc) while it is displayed?
Not the IME type, rather the input mask for lack of a better term.
Specifically I am looking to extend the PhoneGap SoftKeyboard plugin with the ability to change keyboard types via JS as I am getting inconsistent keyboards in my application.
If anybody has any example code for switching the keyboard layout (not the IME or actual keyboard vendor) I would really appreciate it.
Many thanks