rajeevs1992 / cordova-sms-reader

A simple to use, minimal frills SMS reader for cordova applications.
Other
7 stars 10 forks source link

Error Throw :Invalid Action #1

Open Imam-N opened 5 years ago

Imam-N commented 5 years ago

smsreader.getAllSMS() .then((sms)=>{ alert(sms); // Fetches all SMS. }, (err)=>{ alert(err); console.error(err); });

rajeevs1992 commented 5 years ago

Hey @Imam-N , I tried the above in a new cordova app, and it works fine, out of the box. Could you reconfirm or provide exact steps to reproduce the issue?

junglebookDevTeam commented 4 years ago

Same Error Throw...