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

Native SMS.send().then()..catch() promise throws error #9572

Closed
barocsi opened this issue Dec 9, 2016 · 2 comments
Closed

Native SMS.send().then()..catch() promise throws error #9572

barocsi opened this issue Dec 9, 2016 · 2 comments

Comments

@barocsi
Copy link

barocsi commented Dec 9, 2016

Ionic version: (check one with "x")
[ ] 1.x
[ x] 2.x

I'm submitting a ... (check one with "x")
[x ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/

Current behavior:
Native SMS.send() falls into error after sms is sent.

SMS.send(a,b)
      .then(() => {
        // should be active
      })
      .catch((error: any) => {
          // THIS IS ACTIVE, error echoes "OK"
          })
        }
      );

Expected behavior:
code above

Steps to reproduce:
code above

@mhartington
Copy link
Contributor

This issue was moved to danielsogl/awesome-cordova-plugins#858

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 5, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants