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.
URLs containing array parameters like "dcid[]=1&dcid[]=2&dcid[]=3" are not parsed properly under Android. Those are missing from the event's data "params" property. I did not tested the same under iOS.
The text was updated successfully, but these errors were encountered:
That's exactly what I'm doing. I'm manually parsing the needed parameters at the JS side. I can see the issue is probably related of using the Uri's getQueryParameterNames(). In fact the method probably works just fine as http://www.faqs.org/rfcs/rfc2396.html says those are not allowed:
Other characters are excluded because gateways and other transport agents are known to sometimes modify such characters, or they are used as delimiters.
unwise = "{" | "}" | "|" | "" | "^" | "[" | "]" | "`"
Still I believe this pattern is quite commonly used and it will be good if it's supported by your plugin.
😢 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.
URLs containing array parameters like "dcid[]=1&dcid[]=2&dcid[]=3" are not parsed properly under Android. Those are missing from the event's data "params" property. I did not tested the same under iOS.
The text was updated successfully, but these errors were encountered: