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

eventData contains at most 1 URL parameter #144

Closed RikdeBoer closed 5 years ago

RikdeBoer commented 6 years ago

Hello

Thanks for this awesome plugin and superior documentation.

I have everything working beautifully in both Android and iOS.

Only one tiny thing, for if you have time, one rainy day. It appears that the ampersand symbol, i.e. &, to string together multiple query parameters, is not supported on the URL.

http://example.com?par1=val2 returns in the eventData of the callback the par1 and val1, but http://example.com?par1=val1&par2=val2 does not return par2 and val2.

zmoshansky commented 6 years ago

Just FYI: I have been able to successfully get multiple params off a universal link on v1.2.1 (Tested days ago). event.params.par1 && event.params.par2.

RikdeBoer commented 6 years ago

I use v1.2.1 too. Maybe I should add that my experience is based on the "adb shell" tool, as mentioned in the documentation of this plugin.

Using adb I do not see multiple parameter values come into the eventData of the callback.

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.