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 526 forks source link

Can't subscribe event #119

Closed Aquanode closed 5 years ago

Aquanode commented 7 years ago

Hi, I followed all the instructions to setup the universal links, the app is opening from a link but the event reset-password isn't working so App.resetPassword is never call.

onDeviceReady: function()
    {
        universalLinks.subscribe('reset-password', App.resetPassword);

    },

config.xml

    <universal-links>
        <host name="domain.ca" scheme="https">
            <path event="reset-password" url="/password/reset/*" />
        </host>
    </universal-links>

Any ideas?? Thanks

tobischulz commented 6 years ago

same here

GitFr33 commented 6 years ago

I am having the same issue. Did either of you find a solution? Is there any way the trigger the event with javascript from the console for debugging?

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.