Skip to content

Instantly share code, notes, and snippets.

@hboon
Created January 24, 2010 08:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hboon/285098 to your computer and use it in GitHub Desktop.
Save hboon/285098 to your computer and use it in GitHub Desktop.
CSS to disable callout for links on iPhone/iPod touch UIWebView
<a href="foo:somevalue" style='-webkit-touch-callout:none;'>Press and hold this link on iPhone will not highlight and show a callout</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment