-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 shareViaEmail returned promise doesn't trigger. #518
Comments
I tested in android 4.4.4 with both the gmail app and the stock email app. |
I think is fix #520 |
Fixed in c76de34 and will be available in the next release |
The problem persists, even with the fix in 1.3.21. |
Resolved by passing empty arrays in optional params. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm using ionic native version 1.3.17 and I'm experiencing some problems in the returned promise of the shareViaEmail method of the socialSharing plugin.
The problem is that neither then nor catch functions are getting called, so I can't know if and when the user has sent an email.
canShareViaEmail and shareWithOptions methods work as expected, but I can't use shareWithOptions because I need to pass the "to" field when sending an email.
This is my code snippet:
I don't see any message in the console but I see the dialog for creating the email.
Is there something I'm missing? Thanks for the help
The text was updated successfully, but these errors were encountered: