I am trying to disable the “save image” dialoge from showing on the iPhone/any iOS device. When a user is in Safari they can hold their finger down on an image and they can save that image directly to their phone. Is their a way to diable this menu with javascript, jquery, or css?
I have looked around at other posts and there does not seem to be that much on this topic. I found one post but the answer did not seem to work.
I saw one method of using an invisible div but I prefer not to do this if it can be done with jQuery or javascript.
Thanks
Have you tried
-webkit-user-select:none;and/or-webkit-touch-callout:none;?