Prevent Copying

Prevent Copying

Up until recently I used this in CSS to prevent copying in my app, but it no longer seems to work and I am not sure why.

  1. body {
  2. -webkit-touch-callout: none;
  3. -webkit-user-select: none;
  4. -webkit-tap-highlight-color: transparent;
  5. }
Anyone still successful with this or any ideas why it has suddenly stopped working for me?