Created
November 25, 2011 02:17
-
-
Save ecpplus/1392659 to your computer and use it in GitHub Desktop.
iOSのUIWebViewで、リンク長押し時に Copy Open というダイアログを出さないようにする
This file contains 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
{ | |
-webkit-touch-callout:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment