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

SocialSharing-phoneGap-Plugin, subject parameter don't work IOS v10 #941

Open claudioDamian opened 6 years ago

claudioDamian commented 6 years ago

I have this function

share() { this.socialSharing.share(message, 'subject', null, null) .then(() => { // Sharing via email is possible }).catch(() => { // Sharing via email is not possible }); } in android this work fine, but in IOS v10 the subject name don't appears in the email subject, but yes appears the message in the subject.The function only take the message and set the subject too with the message. Anybody have any solution for this?

rlmax commented 5 years ago

yes. same issue .

KishoreKoushik commented 5 years ago

yes. Facing the same issue

rpanadero commented 3 years ago

Same issue here. Any workaround?

NisStrom commented 3 years ago

iOS V14.1 (iPad 6) Works for AppleMail, but not for Outlook or Gmail App.

ilyakamens commented 3 years ago

Looks like it's a bug with the iOS gmail app. See here:

Here's a potential (hacky) solution depending on your use-case.