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

How to know if user clicks on "Open in X browser"? #465

Open
ahmadwrites opened this issue Aug 28, 2024 · 0 comments
Open

How to know if user clicks on "Open in X browser"? #465

ahmadwrites opened this issue Aug 28, 2024 · 0 comments

Comments

@ahmadwrites
Copy link

When using the openAuth method, and if the user has other browsers downloaded, they have an option to "Open in Chrome" for instance. For android, it seems like the task is continued and they are able to process the callback even if they move to another browser for the authentication. For IOS however, the process is detached so even if the deeplink goes back to the app, the flow that initiated the openAuth won't know that it has come back. Is there a way to detect this? Ideally this can be fixed by either allowing it to get back the deeplink params back into the app from the external browser or by blocking the authentication if they open up the browser instead of using our in app browser itself.

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

1 participant