Hi, As I understand there is no current way to download an image to the camera roll other than using the capture object to take a snapshot which in my case is not doable. Therefore I am researching into a clean method for downloading an image from Webview to camera roll and from what I have read in Xcode you can define custom URL schemes and intercept them and handle them.
As an example, the HTML link could be:
<a href="savethisimage://?url=Please login to see this link.">Save image</a>
and within Xcode we can detect this link, take the parameter and then using Xcode download the image. Unfortunately I am not very knowledgable with Xcode so was wondering if anyone else is and could help me out?
Obviously this would be a great extensions too if possible?
Thanks