Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
claudioDamian opened this issue Apr 16, 2018 · 5 comments
Open

Comments

@claudioDamian
Copy link

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
Copy link

rlmax commented Aug 20, 2018

yes. same issue .

@KishoreKoushik
Copy link

yes. Facing the same issue

@rpanadero
Copy link

Same issue here. Any workaround?

@NisStrom
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants