Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using the HTML5 date input element with android

The element <input type="date" /> cannot be activated.

When I click on the fields on the emulator it doesn't show me the entrance date but the android keyboard.

like image 269
Med Amine Avatar asked Feb 19 '23 16:02

Med Amine


1 Answers

Take a look at this: http://www.quirksmode.org/html5/inputs_mobile.html

It tells you which html5 input types and attributes work on each browser. It looks like the datepicker isn't working for most Androids, and thus it would show as a simple text input.

like image 193
Sergi Juanola Avatar answered Feb 23 '23 03:02

Sergi Juanola