-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Is it possible to trigger a callback when the browser closes? #415
Comments
You can handle the BrowserResult promise for the cancel event, for deeplinking and successful callbacks i have a separate deeplink handler in my code that dismisses it. |
can you attach an example that how you are doing it? any help will be appreciated. |
|
thanks for the response aryella. i am trying to integrate keycloak login with react native app using inapp-browser. issue is that after opening browser, i can't get any response. only response i get is "type:cancel" when i close the browser. how to close the browser after successful login in inapp-browser. |
you need to redirect users to the app using deep linking |
Hello! Thanks for maintaining this project, it's been very helpful to our team. But we're stuck on a minor issue: is it possible to trigger a callback when the user closes out of the browser? 🤔
The text was updated successfully, but these errors were encountered: