0

我正在使用 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

4

1 回答 1

0

该存储库不再可用。

我可以从https://github.com/cordova-misc/cordova-webintent成功获取插件

于 2018-01-26T18:38:34.847 回答