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
Not sure what JS library you're using, but in jQuery, you'd do:
$('#datepicker').focus(function() { this.blur(); });