I don't see anything about how to send an SMS from a PS Mobile app.
I am looking for a way for the app to send a text without any additional interaction from the user. This does mean the application would require permissions to send text.
This works:
ls_texturl = "sms:" + ls_phonenumber + '?body=' + ls_message
l_inet.hyperlinktourl ( ls_texturl )
but is NOT what i am looking for since it requires the user to complete the sending manually.
i found this cordova plug-in:
https://github.com/cordova-sms/cordova-sms-plugin