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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -