我正在使用 Cordova 7.0.1 版,我想使用 webintent 并且当我尝试像这样安装时
科尔多瓦插件添加https://github.com/Initsogar/cordova-webintent.git
我收到这个错误
我正在尝试从其他应用程序接收到我的科尔多瓦应用程序的 url,我正在遵循的代码就是这个。
window.plugins.webintent.getExtra(window.plugins.webintent.EXTRA_TEXT, function (url) {
alert(url);
console.log("coming");
}, function() { //Fail
alert ("error");
});
当我执行时,我收到此错误错误:找不到执行代理 :: WebIntent :: getExtra
PS:我知道 URL 不起作用,有没有其他方法可以安装 Web Intent