Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 iPhone 上发送短信。但它只适用于短信号码,但不适用于短信号码和文本。
换句话说,跟随效果很好。
<a href="sms:+05212341234">Send sms</a>
但它不起作用。
<a href="sms:+05212341234?body=hello">Send sms</a>
我现在正在使用phonegap,如果你知道它的原因,请帮助我。干杯。
我不知道是不是这样,但你拼错了“href”,你写成了“herf”
使用这个 SMS composer plugins for phonegap,它对我来说工作正常。
https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/SMSComposer