I have been using PhoneGap for a while, mostly focusing on iOS and using mostly 100% web code.
I am going to research PhoneGap for another project in which there is a desire to use the input components of the original form of the device.
An example would be a date picker. Spinners in iOS, clicker in Android, etc.
To what extent / can PhoneGap access such user interface components? If I am targeting iOS4, can I call my own date picker on the device from my HTML / JS?
(I have to add that I know that this is not the most preferable model ... the whole point of PhoneGap is to manage less code for more devices, and standardization on a common user interface is the best bet ... but I ' m researching the requested options ...)
source share