So I have a Javascript form using a Date picker:
<input name="date" type="date" id="date"/>
I would like the input field to already be selected when the screen loads. Scenario: user on an iOS device loads this form, and the Date Picker automatically comes up, without them having to tap on the drop down element in the HTML.
Any ideas?
Thanks.