Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
We have logic to match exact deep links, since you have a path argument maybe this doesn't fall within that case.
But definitely feel free to upload a pull request with tests for this particular test case and we can work it out there.
jb...@google.com <jb...@google.com>
jb...@google.com <jb...@google.com>
ap...@google.com <ap...@google.com> #3
I've created
I not sure about names picked for test functions.
jb...@google.com <jb...@google.com> #4
When will you have time to review this pull request? This change is important for our project.
Description
Component used: Navigation
Version used: 2.3.3
Devices/Android versions reproduced on: Pixel 3a, Samsung Galaxy S10
If a deep link contains a fragment, we get the fragment value in addition to the expected path. You can reproduce this with the basic navigation sample by using this deeplink: www.example.com/user/morgan#foo . See attached screenshot.
From Ian: