Skip to content

A cordova plugin that provides the functionality to download internet image file to android photos gallery.

Notifications You must be signed in to change notification settings

autobotsrocks/cordova-imageDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cordova-ImageDownloader

A cordova plugin that provides the functionality to download internet image file to android photos gallery.

Installing the plugin

cordova plugin add https://github.com/autobotsrocks/cordova-ImageDownloader

Usage

window.autobots.imageDownloader.download(
  'https://www.google.com/images/srpr/logo11w.png',
  function() {
    alert('success');
  },
  function() {
    alert('failed');
  }
);

License

MIT

About

A cordova plugin that provides the functionality to download internet image file to android photos gallery.

Resources

Stars

Watchers

Forks

Packages

No packages published