How to save image to iPhone using download attribute on link?
-
The site uses a simple link to download the image.
& lt; a href = "/ image.jpg" download & gt; Download & lt; / a & gt;
But the iphone, regardless of the browser, just opens this link in a new tab. Tell me, is there a way to save an image to your phone?JavaScript Anonymous, May 27, 2020
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!