so I have this piece of HTML
<input id="dob" type="date" tabindex="7" placeholder="DD/MM/YYYY" name="dob">
On a mobile device, the placeholder is not showing. It just shows a a dropdown list and tapping on the input gives me the HTML5 date picker.
I want to simulate the placeholder parameter on mobile devices.
Any ideas how this can be done? thanks