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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -