Skip to content

Instantly share code, notes, and snippets.

@DBasic
Created July 17, 2014 13:36
Show Gist options
  • Save DBasic/3fde15b61c81178c12f2 to your computer and use it in GitHub Desktop.
Save DBasic/3fde15b61c81178c12f2 to your computer and use it in GitHub Desktop.
Prevent iPhone default keyboard when focusing an <input>
By setting the input field to readonly="true" you should prevent anyone typing anything in it, but still be able to launch a click event on it.
This is also usefull in non-mobile devices as you use a date/time picker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment