Universal Deeplink params doesnot detect in app but working from browser
test://test.com/?user=test&password=test
Here is deeplink url, i want to open other application from my app and bind username and password field in login form but the problem that i m facing is that when i used deeplink on click event using Linking.openURL(test://test.com/?user=test&password=test), it can opens the app but credentials not bind with login form.
Solution worked with, when i open this url from browser then it worked.
Please help me to fixed this issue
Thanks
@ahsanparacha02 Have you tried passing the link to encodeURIcomponent? Refer here
I had the same issue for a while specifically for Android when using special characters like & and I found that test://test.com/\?user\=test\&password\=test works.
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.