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.
body {
-webkit-touch-callout: none;
-webkit-user-select: none;
-webkit-tap-highlight-color: transparent;
}
Anyone still successful with this or any ideas why it has suddenly stopped working for me?
Topic Participants
ccouper
jakecigar