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 905 forks source link

Share blob or base64 encoded image #1199

Open midomario opened 1 year ago

midomario commented 1 year ago

Hello i want to share an image created with domtoimage library .

The goal here is to : 1- create a to-do list & show it as ion-list [DONE] 2- then use dom-to-image to render it as an image [DONE] 3- share it using Social Sharing plugin[.....]

EYALIN commented 1 year ago

@midomario it has been fixed in my forked repo: https://github.com/EYALIN/community-cordova-plugin-social-sharing

you can install it as an npm package: cordova plugin add community-cordova-plugin-social-sharing --save