1.1.1 • Published 8 years ago

org.itera.gallery v1.1.1

Weekly downloads
18
License
-
Repository
-
Last release
8 years ago

Cordova gallery plugin

This plugin provide force Android gallery update for selected media file.

Version

1.1.1

Installation

$ cordova plugin add org.itera.gallery

Code example

    window.gallery.getGalleryPath(path) {
      var filePath = path.rootPath + '/your-file-path'; 
      window.gallery.update(filePath,function(result){ 
        console.log(result); 
      });
    }