
Christopher
Top achievements
Rank 1
Christopher
asked on 19 Mar 2013, 03:15 PM
Hi,
I'm trying to get the Date Picker in a form.
When viewing the online demo with the Nexus 7, the native Date Picker shows up.
When I am using the code, pack everything with PhoneGap I only receive a plain input. Any ideas? Code follows below.
I'm trying to get the Date Picker in a form.
When viewing the online demo with the Nexus 7, the native Date Picker shows up.
When I am using the code, pack everything with PhoneGap I only receive a plain input. Any ideas? Code follows below.
<form action="">
<ul data-role="listview" data-style="inset">
<li>
<label>
Estimated Date:
<input id="estimatedDate_input" type="date" />
</label>
</li>
</ul>
</form>
Do I need an init or something like that - everything else (not much) like views and transistions are working.
5 Answers, 1 is accepted
0
Hello Christopher,
By default Kendo UI Mobile doesn't have integrated date/time pickers as most platforms already support them.
The default browser on Nexus 7 is Chrome which supports native HTML5 date/time pickers. However PhoneGap still uses the old WebKit found on previous Android devices that doesn't support native pickers. To work around that you can use input validation or an external picker library.
All the best,
Kamen Bundev
the Telerik team
By default Kendo UI Mobile doesn't have integrated date/time pickers as most platforms already support them.
The default browser on Nexus 7 is Chrome which supports native HTML5 date/time pickers. However PhoneGap still uses the old WebKit found on previous Android devices that doesn't support native pickers. To work around that you can use input validation or an external picker library.
All the best,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Christopher
Top achievements
Rank 1
answered on 19 Mar 2013, 04:28 PM
Hi Kamen,
thank you for your quick reply.
If you say, there is no support für Date inputs, how have you build your demo where a system based date picker shows up?
Kind regards
thank you for your quick reply.
If you say, there is no support für Date inputs, how have you build your demo where a system based date picker shows up?
Kind regards
0
Accepted
Hello Christopher,
We just style HTML5 inputs of type date to do that. So, Chrome does show a date picker for an input of type date, default WebView does not.
Regards,
Kamen Bundev
the Telerik team
We just style HTML5 inputs of type date to do that. So, Chrome does show a date picker for an input of type date, default WebView does not.
Regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Christopher
Top achievements
Rank 1
answered on 21 Mar 2013, 12:21 PM
Hello Kamen,
now I see. So there are features which are not supported by the WebView engine.
Do you know if there is a list about differences between Chrome and WebView engine?
Kind regards
now I see. So there are features which are not supported by the WebView engine.
Do you know if there is a list about differences between Chrome and WebView engine?
Kind regards
0
Hello Christopher,
There are many differences - check the Android Browser and Google Chrome on Mobile HTML5 compatibility site.
Regards,
Kamen Bundev
the Telerik team
There are many differences - check the Android Browser and Google Chrome on Mobile HTML5 compatibility site.
Regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!