Created
March 19, 2016 17:37
-
-
Save sanusart/c4b05a156ebb396f6bae to your computer and use it in GitHub Desktop.
Hide keyboard on iOS #iOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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