简体   繁体   中英

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

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?

请参阅Phonegap SMS插件以发送SMS消息。

try to make somthing like this:

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

it works for me on Android device.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM