我正在开发一些移动 Web 应用程序(在 asp.net 3.5 中)。我想使用 sms uri (sms:) 打开 SMS 编辑器,但我的客户想使用带有正文的 sms uri 打开移动 SMS 编辑器text.I 用 BlackBerry、iPhone、Android 进行检查。
<a href="sms:+447787000000?body=hello">Send SMS</a>
这在黑莓上运行良好,但不支持 iPhone 和 Android。有人可以帮帮我吗?
提前致谢
我正在开发一些移动 Web 应用程序(在 asp.net 3.5 中)。我想使用 sms uri (sms:) 打开 SMS 编辑器,但我的客户想使用带有正文的 sms uri 打开移动 SMS 编辑器text.I 用 BlackBerry、iPhone、Android 进行检查。
<a href="sms:+447787000000?body=hello">Send SMS</a>
这在黑莓上运行良好,但不支持 iPhone 和 Android。有人可以帮帮我吗?
提前致谢
iPhone 不接受任何消息文本,它只会接收电话号码。你可以在这里看到这个
http://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Articles/sms.html
来源:https ://stackoverflow.com/a/6480533/1117760