我曾尝试从Android Phonegap打开Whatsapp,但收到应用程序错误:
"The protocol is not supported. (whatsapp://send?text=Hi)"
在Andriod手机2.3和4.4上测试过。但是显示了相同的错误
使用Javascript:
document.location.href = 'whatsapp://send?text=Hi';
请帮忙。谢谢!
答案 0 :(得分:1)
我看到了你的问题。
尝试:<a href="whatsapp://">CLICK</a>
如果没有效果,可以参考this插件。
与您类似的另一个stackoverflow问题:URL Scheme for Android