简体   繁体   中英

How to save image of div to gallery of mobile device?

I'm working on a small web based app. www.wrootle.com You can type text to a box. I use it to make quotes for instagram. So i type text in the box, make a screenshot which gets saved to my gallery and then upload from there when i make a post. Is there a javascript way to save an image of the textarea to the gallery of my mobile device?

You can use download attribute to achive this. Example:

 <a href="https://m.popkey.co/987552/NGLb3.gif" download><img src="https://m.popkey.co/987552/NGLb3.gif"></a> 

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