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

后端 未结 3 2050
长发绾君心
长发绾君心 2020-12-15 11:48

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?bo

相关标签:
3条回答
  • 2020-12-15 12:19

    See the Phonegap SMS Plugin to send SMS messages.

    0 讨论(0)
  • 2020-12-15 12:25

    here is the phonegap-sms-plugin

    0 讨论(0)
  • 2020-12-15 12:35

    try to make somthing like this:

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

    it works for me on Android device.

    0 讨论(0)
提交回复
热议问题