Show/hide soft keyboard for Cordova

ping94 picture ping94 · Aug 11, 2017 · Viewed 11.2k times · Source

Is it possible to show/hide the soft keyboard programmatically for Cordova/Phonegap?

Answer

Pablo picture Pablo · Mar 2, 2018

If the plugin is not working for you, maybe you can play with jquery .focus() and .blur() to show/hide the keyboard.

For example, the keyboard will show when an input is on focus, and to lose the focus you can call blur, and the keyboard will hide.