nordnet / cordova-universal-links-plugin

[DEPRECATED] - Cordova plugin to support Universal/Deep Links for iOS/Android.
https://github.com/nordnet/cordova-universal-links-plugin/issues/160
MIT License
349 stars 529 forks source link

App does not open #61

Closed sagikarni closed 5 years ago

sagikarni commented 8 years ago

Hello, Trying to use the plugin in my android device. I have

  1. installed the plugin
  2. Configured the config.xml and added the following:

`

/universal-links>`

  1. Added the following script on device ready event : universalLinks.subscribe(null, function (eventData) { // do some work

});

To test is I have set up a web page with the following link element : <a href="http://mydomain.com" target="_blank"> click here </a>

When clicking the link the app is not opened, instead , the browser opens and direct me to http://mydomain.com , Any ideas ?

Thanks Sagi

nikDemyankov commented 8 years ago

Hi,

Have you tried to send an email with this link and open it from the mail on the test device?

nordnet-deprecation-bot commented 5 years ago

👋 Hi! Thank you for your interest in this repo.

đŸ˜ĸ We are not using nordnet/cordova-universal-links-plugin anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork.

🔒 This will now be closed & locked.

ℹī¸ Please see #160 for more information.