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

How can I share message and image in iOS. #959

Open
ansarikhurshid786 opened this issue Jun 8, 2018 · 4 comments
Open

How can I share message and image in iOS. #959

ansarikhurshid786 opened this issue Jun 8, 2018 · 4 comments

Comments

@ansarikhurshid786
Copy link

I m sharing message and image file, it is working fine in android but in iOS image is not sharing.

Can anyone help me How to share both message and image?

Thanks
Khurshid

@amulyadande
Copy link

hi,
am using native social sharing plugin and sharing using facebook is working fine in android but not in ios and also it is showing blank for me....nthng is shareable for me in ios atleast for you only icon is missing can you share me your code plz ?

@ansarikhurshid786
Copy link
Author

My code is :
this.socialshare.shareWithOptions({
message:"Here message in string",
files:["base64image"]
})

I am facing issue when i m sending message and image together.
I can send only one message or image at time then it is working fine.

@amulyadande
Copy link

tq here is how am using...
this.socialSharing.shareViaFacebook("Shared via Facebook from StreetBuzz:"+this.permalink, null /Image/, "")
.then(()=>{
this.shareIncrement();
})
.catch(()=>{
alert("Facebook app not installed in your mobile")
})
it works fine in android and showed me blank in ios...will try yours now...thanks for sharing

@ghonche
Copy link

ghonche commented Jan 20, 2022

Any updates on this? I'm facing the same issue.
I'm sharing files, url and message with shareWithOptions. It works fine on android but on iOS only url is being shared.

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

3 participants