EddyVerbruggen / SocialSharing-PhoneGap-Plugin

👨‍❤️‍💋‍👨 Cordova plugin to share text, a file (image/PDF/..), or a URL (or all three) via the native sharing widget
MIT License
1.78k stars 907 forks source link

Download images? #296

Open ghost opened 9 years ago

ghost commented 9 years ago

There is a download option that comes with the IOS share menu (and it works), is there a way to use this plugin to download images, perhaps with the sharvia method? There's not a super user-friendly way to do this with Cordova right now and if this plugin did that, it would remove some barrier to entry.

EddyVerbruggen commented 9 years ago

Hi, nice idea!

I've just added saveToPhotoAlbum (iOS only for now) which takes an array of images which will be saved to the camera roll.

Please give it a spin if you have time, Eddy

DanLuczywo commented 7 years ago

First off, great plugin. Thanks for creating it.

Are there any plans to support saveToPhotoAlbum on Android?