You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
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.
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.
😢 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.
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.
The text was updated successfully, but these errors were encountered: