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

Previously selected deeplink navigated when clicking on another one #1391

Open
tapan-torinit opened this issue Apr 30, 2024 · 0 comments
Open

Comments

@tapan-torinit
Copy link

Describe the bug

Previously selected branch link navigates/trigger again when clicking on another branch like suppose I clicked on branch link (that have a weburl = true set) so it opens an url into safari directly without opening the app and now I am going to click on another link which is native (means it can open a screen in the app) so app will launch and redirect to that screen but safari browser opening as well with the url which I clicked first time. It's related to pasteboard?

Steps to reproduce

  1. Click on a branch link (weburl = true)
  2. it will open a safari browser in the device. Not the app
  3. Click on another branch link and my application opens
  4. Navigated to a desired screen
  5. But safari browser will open again at the same time and open the url which is in 1st branch link

Expected behavior

App should not open the safari browser because user came to app with branch link which can open a screen only.

SDK Version

3.4.1

XCode Version

15.1

Device

iPhone XR

OS

17.2

Additional Information/Context

No response

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

No branches or pull requests

1 participant