我开发了一款离子3应用程序。我无法使用离子3中的特定联系人从我的应用程序打开whatsapp。我不想发送或分享任何东西,但只想在我的应用程序中通过特定联系人在Android和iOS中打开whatsapp。有没有办法打开whatsapp?直到现在我已经实现如下,这是行不通的
window.open(`whatsapp:${+911234567890}`, '_system');
任何帮助非常感谢。
看到它:http://phonegap-plugins.com/plugins/ranjitpandit/whatsapp-phonegap-plugin
cordova.plugins.Whatsapp.send(“yourNumber”,sucessoCallback,errorCallback);