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

shareWithOptions get Error "Something went wrong" when share via Instagram iOS #1217

Open
andreylyamkin-salesfloor opened this issue Sep 24, 2024 · 1 comment

Comments

@andreylyamkin-salesfloor
Copy link

andreylyamkin-salesfloor commented Sep 24, 2024

Hey folks, I have a cordova app and I use shareWithOptions. When I try to share via Instagram I get an error. It works perfectly fine with any other app to share. Android is working with Instagram as well. Moreover it was working before, but I can't say what was the iOS version.

I tried old method "share" and it's not working with instagram.
Does anybody has such issue and what it might be?

iOS: 17.6.1
plugin version: 6.0.4

Options to share:

window.plugins.socialsharing.shareWithOptions(options, onSuccess, onError);

options_png

Displayed error:

Share Share_via_Instagram_png share_error_png
@chenhonghui
Copy link

i have same issue ,too

  SocialSharing.share(
    undefined,
    undefined,
    context.canvas.toDataURL(),
    undefined
  );
image

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

2 participants