android-js / androidjs

Platform to build android app using node js
MIT License
467 stars 109 forks source link

Cannot send SMS! #139

Open posteal opened 4 years ago

posteal commented 4 years ago

I have downloaded androidjs.js but app.sms is undefined, how can I send SMSes?

Chhekur commented 4 years ago

did you imported that androidjs.js in your views? and make sure you are accessing app.sms in view (front process) not in back process.

join our slack channel for faster responses.

posteal commented 4 years ago

Yes, I mean in front end, Undefined