cordova-plugin-keyboard
cordova-plugin-keyboard copied to clipboard
Correct keyboard type on focus()
Hi! I'm having this minor usability issue with the keyboard plugin
When i do this
next = // get next input
next.focus()
Keyboard.show()
and the next input happens to be of type='number' .... the keyboard that appears is alphanumeric
Is there a way to specify which keyboard type should appear? like:
Keyboard.show( Keyboard.NUMERIC )
Am I missing something obvious here?
Anyway thanks for the awesome plugin
There was a similar question here: https://github.com/cjpearson/cordova-plugin-keyboard/issues/44
The short answer is it's possible, but you'd need to modify this plugin and be ok with accessing private APIs.