I am using 1.0 PhoneGap for android. I have an application form with several fields, one of them is to put the anniversary. I put a datepicker that field, yet when you click
If you need to hide keyboard on android you can use this plugin
use it like that:
plugins.SoftKeyBoard.hide(function () { // success },function () { // fail });