I'm working on a web-based app that makes use of some UIWebViews. One feature I want to add to the app is image saving. Basically, like what you can do in Safari. If you hold down on the image for ~3 seconds, it pulls up a pop-up prompt that asks if you want to save the image, or cancel.
Is this possible to add to a normal UIWebView? If so, how do I do it?
Is this possible to add to a normal UIWebView? If so, how do I do it?