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


i'm working on small web based app. www.wrootle.com can type text box. use make quotes instagram. type text in box, make screenshot gets saved gallery , upload there when make post. there javascript way save image of textarea gallery of mobile device?

you can use download attribute achive this. example:

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


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -