Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created February 25, 2018 05:36
Show Gist options
  • Save zoonderkins/8e131fbd3d19ad58619057a53af0ce2a to your computer and use it in GitHub Desktop.
Save zoonderkins/8e131fbd3d19ad58619057a53af0ce2a to your computer and use it in GitHub Desktop.
[disable text copy on mobile] disable text copy #web #javascript
body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment