Skip to content

Instantly share code, notes, and snippets.

@lukeholder
Created May 28, 2013 03:43
Show Gist options
  • Save lukeholder/5660396 to your computer and use it in GitHub Desktop.
Save lukeholder/5660396 to your computer and use it in GitHub Desktop.
diable copy paste
<style type="text/css">
*:not(input,textarea) {
-webkit-touch-callout: none;
-webkit-user-select: none; /* Disable selection/Copy of UIWebView */
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment