Set min date on iPhone input field
Posted: Mon May 12, 2014 7:46 pm
by John6122514
I am using an Input field with type=date. I am using the following script to set the Min Date for the field.
Appery('altcheckout').attr("min",2014-05-10);
This works in the Chrome browser but it does not work on the iPhone. In the browser the past dates are grayed out and you are not able to choose them. If the iPhone I am still able to scroll to a past date.
Set min date on iPhone input field
Posted: Mon May 12, 2014 8:26 pm
by Evgene Karachevtsev
Hello John,
Why don't you use appery.io datepicker component: http://docs.appery.io/documentation/u...
Set min date on iPhone input field
Posted: Mon May 12, 2014 8:37 pm
by John6122514
I prefer the input field because it uses the native function on the iPhone.
Set min date on iPhone input field
Posted: Tue May 13, 2014 12:39 pm
by Kateryna Grynko
Hi John,
Seems to be an iOS issue. What is your iOS version?