I am currently building a web based application and would like to use the native Android date picker for a field. I have looked into using PhoneGap but it seems to be more than I need for my project. Is there anyway to invoke the date picker field with basic JavaScript?
Also, I am not looking to use jQuery Mobile as the CSS for it completely disables my current look.
On Android you cannot inwoke the native datepicker from a web app (input type=”date” would be the correct way, which is supported on iOS > 5).
I recommend using Mobiscroll, which is a javascript datepicker (and not just datepicker) plugin, which has themes to make it look like the native date picker.