2

I am building a web page for android user, I use a date form control to allow user input the date, but for most devices, it would not pop out the native date selector, but for some Samsung devices like Note2, it can show the native date selector.

I am wondering is this related by android system version? or related with specific android device? How can I detect if current user have that capability to show the date selector?

2 Answers 2

1

right now the level of support for the HTML5 <input type="date"> is very varied so I'd suggest using the jQuery/jQueryUI DatePicker as a more reliable solution

Sign up to request clarification or add additional context in comments.

Comments

0

Take a look at How to make the HTML5 input type 'date' trigger the native datepicker on Android? I was able to find a way to have the native android datepicker experience within a web app.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.