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

When SMS has not been sent, the error callback should be called #202

Closed
khayargoli opened this issue Jul 13, 2019 · 2 comments
Closed

When SMS has not been sent, the error callback should be called #202

khayargoli opened this issue Jul 13, 2019 · 2 comments

Comments

@khayargoli
Copy link

Hi All,

I am using sms to send using the intent like:

var options = {
  android: {
       intent: 'INTENT'  // send SMS with the native android SMS messaging
   }
};
sms.send(number, message, options, success, error);

The app opens the default intent of messaging, but the user can cancel the process and go back to the app as well in this case the error call back should be called instead of success.

Thanks

@dbaq
Copy link
Member

dbaq commented Jul 13, 2019

hey @Biswas123,

I am currently on vacation so I have limited ways to help you out with limited internet access.

It seems you are facing something similar to #26. Could you confirm?

If it is the case, nothing has changed AFAIK, you would have to take into consideration in your user flow.

Best,
@dbaq

@dbaq
Copy link
Member

dbaq commented Oct 7, 2019

Closing this one since no answer.

@dbaq dbaq closed this as completed Oct 7, 2019
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