I have something very simple.
I will put a simple bloburl to a href of an a tag.
<a id="downloadReady" class="btn btn-primary" download=""
href="blob:https://pic2.conveyor.cloud/934d8e82-cfb2-43d4-b0f9-00822621f772">
Download Ready!
</a>
Super simple.
On android, windows, blackberry etc it works. On ios i get following message after 3 taps.
This website is repeatedly trying to open another application
Granted the image is large, not very but it was from iphone camera, on smaller images it works.
I cannot embed in jsbin because there is a bug currently. Maybe somebody can help me out?
Note: the code is used in a simple website, in the browser, not a native hybrid web app like ionic etc.