Cordova web intent Plugin Not working for version 7.0.1

1.1k Views Asked by At

I am using Cordova version 7.0.1,I want to use webintent and when i am trying to install like this

cordova plugin add https://github.com/Initsogar/cordova-webintent.git

i am getting this error

enter image description here

I am trying to recieve the url from the other apps to my cordova app and the code i am following is this one.

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

when i am executing i am getting this error Error: exec proxy not found for :: WebIntent :: getExtra

PS: I know that URL is not working,Is there any other way to install Web Intent

1

There are 1 best solutions below

0
On

That repository is no longer available.

I could successfully get the plugin from https://github.com/cordova-misc/cordova-webintent