Skip to content

Instantly share code, notes, and snippets.

@sanusart
Created March 19, 2016 17:37
Show Gist options
  • Select an option

  • Save sanusart/c4b05a156ebb396f6bae to your computer and use it in GitHub Desktop.

Select an option

Save sanusart/c4b05a156ebb396f6bae to your computer and use it in GitHub Desktop.
Hide keyboard on iOS #iOS
// hide keyboard on iOS
document.activeElement.blur();
jQuery('input').blur();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment