Skip to content

Instantly share code, notes, and snippets.

@korof
Created November 18, 2014 11:12
Show Gist options
  • Save korof/a790c83ece89645f94a3 to your computer and use it in GitHub Desktop.
Save korof/a790c83ece89645f94a3 to your computer and use it in GitHub Desktop.
html5: number type and placeholder on android
<input type="text" onfocus="this.type='number'" onblur="this.type='text'" placeholder="placeholder text"/>
https://code.google.com/p/android/issues/detail?id=24626
This issue seems to be fixed in 4.2.2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment