Cordova web intent插件不适用于7.0.1版

时间:2017-08-02 18:04:42

标签: javascript android cordova cordova-plugins webintents

我使用的是Cordova版本7.0.1,我想使用webintent,当我尝试像这样安装时

cordova插件添加https://github.com/Initsogar/cordova-webintent.git

我收到此错误

enter image description here

我正在尝试从其他应用程序收到我的cordova应用程序的URL,我正在关注的代码就是这个。

 window.plugins.webintent.getExtra(window.plugins.webintent.EXTRA_TEXT, function (url) {
          alert(url);
          console.log("coming");
    }, function() { //Fail
          alert ("error");          
});

当我执行时,我收到此错误 错误:找不到:: WebIntent :: getExtra

的exec代理

PS:我知道网址无效,是否还有其他方法可以安装网络意图

1 个答案:

答案 0 :(得分:0)

该存储库不再可用。

我可以从https://github.com/cordova-misc/cordova-webintent

成功获取插件