科尔多瓦网意图的插件不为7.0.1
问题描述:
版本的工作我使用的科尔多瓦7.0.1版,我想用webintent,当我尝试安装这样科尔多瓦网意图的插件不为7.0.1
科尔多瓦插件添加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");
});
当我执行我收到此错误
错误:EXEC代理找不到:: WebIntent :: getExtra
PS:我知道网址无法正常运作,是否有任何其他方式安装Web Intent
插件如果用户已经退出回购,你会想[寻找一个镜子。(https://forum.ionicframework.com/t/https- github-com-initsogar-cordova-webintent-is-404/85429/2) –
对于其他链接也是同样的问题 –