Is it possible to send SMS from phonegap HTML/Java

2020-02-08 21:41发布

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?

3条回答
我命由我不由天
2楼-- · 2020-02-08 22:15

See the Phonegap SMS Plugin to send SMS messages.

查看更多
疯言疯语
3楼-- · 2020-02-08 22:27
放我归山
4楼-- · 2020-02-08 22:29

try to make somthing like this:

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

it works for me on Android device.

查看更多
登录 后发表回答