
Sometimes it could be useful to save images to the iOS camera roll of your app user.
Here is how to:
- Download the WebView Xcode template
- Define your URL (or your local HTML folder)
- Insert this HTML into your website:
<a href="savethisimage://?url=http://www.example.org/example.png">Save this image</a>
You are done! 🙂
If you want an automatic download (instead of a link), just redirect to the API URL scheme:
<script> var imgurl = "http://www.example.org/example.png"; window.location.href = "savethisimage://?url="+ imgurl +""; <script>
Enjoy! 🙂 If you have any questions, please feel free to ask.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Interested in all-inclusive WebView app service for iOS and Android?
Check out the WeSetupYourWebViewApp.com service!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++