I have an PhoneGap application, it’s working properly. The only thing bugging me is the way PhoneGap handles the soft keyboard; it doesn’t hide when an input is blur’ed. It does do this in iOS, but it even stays when loading a new page in Android.
I had a look at this:
http://wiki.phonegap.com/w/page/27915465/How%20to%20show%20and%20hide%20soft%20keyboard%20in%20Android
and this:
https://github.com/phonegap/phonegap-plugins/tree/master/Android/SoftKeyboard
but they both did not work for me, any ideas?
Regards,
Erik
The plugin you linked to worked for me (had exactly the same issue):
You probably used Cordova 2.0.0 (or greater) and didn’t modify the plugin files (which are written for Phonegap < 2.0).
Here are the updated files (the ones I use):
softkeyboard.js
SoftKeyBoard.java
Modify config.xml
Also make sure that you add the following line in “res/xml/config.xml“: