Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Update deeplinks.js _queryToObject call #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

omargon
Copy link

@omargon omargon commented Dec 10, 2019

Update deeplinks.js _queryToOjbect call to use data.url instead of data.queryString. On Android devices, the data.queryString is returning the queryString value already decoded that when passed on to the _queryToObject function could result in some unwanted results. For example, a parameter string value that includes the = special character would get truncated unintentionally.

Update deeplinks.js _queryToOjbect call to use `data.url` instead of data.queryString. On Android devices, the data.queryString is returning the queryString already decoded that when passed on to the _queryToObject function could result in some unwanted results. For example, a parameter string value that includes the `=` special character would get truncated unintentionally.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant