How to copy image from UIWebView
I would like to be able use copy and paste with an image in a UIWebView. Unfortunately, the touch and hold gesture doesn't seem to work with a UIWebView. I can get an image copied to the pasteboard occasionally by double tapping but it is not consistent.
Basically I want a way to copy and image from the UIWebView and then copy it to an UIImage.
Any insights, ideas are appreciated.
Jim
|