Is it possible to send SMS from phonegap HTML/Javascript application using Phone SMS API?

感情迁移 提交于 2019-12-29 04:27:08

问题


I've been trying to play with Phonegap and created a small application in HTML/Javascript to send an SMS. I tried this code window.location.href = 'sms:XXXXXXXX06?body=Testing' which opens up a screen to manually send the sms which I want to automate.

Please note that I create an android app by uploading my project source code to build.phonegap.com, so I can not modify the .apk source.

Is it possible to do it in Javascript only?


回答1:


See the Phonegap SMS Plugin to send SMS messages.




回答2:


here is the phonegap-sms-plugin




回答3:


try to make somthing like this:

<a href="smsto:000000000"> sms number</a>

it works for me on Android device.



来源:https://stackoverflow.com/questions/11916704/is-it-possible-to-send-sms-from-phonegap-html-javascript-application-using-phone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!