I'm trying to explore the posibilities with running a native web-app on different platforms using HTML5. Currently, an <input type="date">
field just opens the standard soft keyboard on Android and iOS. I suppose that in the future the mobile OS's soft keyboards will include date pickers and such - just as <select>
invokes the native select today.
Since this isn't implemented on either Android or iOS, but is implemented in native UI, is it possible for a web-app to invoke the native date picker, i.e. when clicked on?
This would make it possible for us to stop using JavaScript libraries like jQuery mobile and YUI.
If my question is in any way unclear, please tell me. Thank you in advance :-)