使用Android Phonegap中的自定义URL方案打开Whatsapp

时间:2015-04-21 03:41:00

标签: cordova whatsapp custom-url

我曾尝试从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';

请帮忙。谢谢!

1 个答案:

答案 0 :(得分:1)

我看到了你的问题。

尝试:<a href="whatsapp://">CLICK</a>

如果没有效果,可以参考this插件。

与您类似的另一个stackoverflow问题:URL Scheme for Android