-
Notifications
You must be signed in to change notification settings - Fork 366
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
Android style deep linking #173
Conversation
I think this PR makes those variables mandatory. Let me see if I can make them optional instead. |
Hey @eneskaya thanks for the PR, it was a step in the right direction! I had to extract the two Also, the Please test the version currently available in the master branch, I will publish it to npm once I'm sure there's no regression. Cheers, |
Hi, That's exactly what I found out today too! Thanks :) will have a look
|
Hi, The code provided in this PR is a problem for my app because it overrides intent-filter declared by another plugin. |
@eneskaya is it possible with current implementation to support many different paths? for example /link + /chat, but not / Wouldn't it be better and more flexible to use |
@slorber I think this really depends on your use case, but yes, I didn't know |
To be able to open the app via android-app:///http/host/path additionaly to urlscheme:// there need to be some additional variables added to the AndroidManifest.xml
I've added those as additional variables.