I want to disable the \"save image\" menu in mobile web applications that appears when you hold down a finger on an image. I tried the CSS properties:
-webki
I believe in this case pointer-events is your friend. You can simply add:
And you should be good to go.