Skip to content

Instantly share code, notes, and snippets.

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