简体   繁体   中英

html save image to android and ios device

I am creating a mobile website based of HTML5 and CSS3. I am trying to find information about the following function:

Is it possible to download via a link an image from a mobile website to Android or iPhone device ?

but I didn´t find any information about.

You shoud use download attribute:

<a href="image.jpg" download>Download</a>

You can read more on w3schools.com

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM