Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uni not get full url data #157

Open
hamid3d opened this issue Aug 17, 2022 · 3 comments
Open

uni not get full url data #157

hamid3d opened this issue Aug 17, 2022 · 3 comments

Comments

@hamid3d
Copy link

hamid3d commented Aug 17, 2022

Hi
Thank you for your package it works for my project but for more than two data query parameters it does not work for example for this query that you suggest to help

adb shell 'am start -W -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d "unilinks://example.com/path/portion/?uid=123&token=abc"'

it only returns uid=123 but ignores token=abc I don't know what is the problem

@fauzi2107
Copy link

@hamid3d Hi, have you solved it?

@alexhdez98
Copy link

Check the solution provided on issue #100 , it seems that it's unable to correctly parse the '&' @hamid3d @fauzi2107

@mrtsmglv
Copy link

mrtsmglv commented Mar 20, 2023

& should be replaced with \&

Example:

adb shell 'am start -W -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d "unilinks://example.com/path/portion/?uid=123\&token=abc"'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants