Need a knowledge base like this for your business?


Disable Right Click

By Jim Cook, MyPhotoApp Inventor

Created: September 7, 2016, 4:50 am UTC
Last updated: September 7, 2016, 1:46 pm UTC

In the professional version of MyPhotoApp you can disable the ability of clients to perform a right click to download an image.  You do so by adding a HTML section at the bottom of your app and put this code in there the HTML section

<script>document.addEventListener("contextmenu", function(e){e.preventDefault();}, false);</script>