0

So i have this code on my site to disable right click for computers.

<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false"> <body oncontextmenu="return false;">

But I cant seem to get these to work for mobile devices:

.disableSave { -webkit-user-select:none; -webkit-touch-callout:none; }

and

`oncontextmenu="return false;";

`

M4-USA
  • 1
  • 2
  • Does this answer your question? [Disabling the context menu on long taps on Android](https://stackoverflow.com/questions/3413683/disabling-the-context-menu-on-long-taps-on-android) – Tad Wohlrapp May 01 '20 at 04:14
  • Tad, it worked perfect, i liked it was fully coded too, for someone that cant code so well it was a bit confusing plugging and playing lol, but yea now ill be working on disabling screenshots lol, bro thank you again! – M4-USA May 01 '20 at 05:18
  • Awesome, I'm glad I could help. Happy coding! – Tad Wohlrapp May 01 '20 at 06:01

0 Answers0