-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
ChromeSafariBrowser get URL on page change #349
Comments
👍 |
It's not possible to have an Instead, if you need more control over your flow, you should use |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
Environment
Flutter version:
1.17.1
Plugin version:
3.1.0
iOS version:
13.4.1
Xcode version:
11.4.1
Device information:
iPhone 11 Pro Max
Description
Retrieve url from ChromeSafariBrowser on page change.
What you'd like to happen:
On an event (for example 'onPageChange') be possible to get url.
The purpose of this is to use it with an oAuth system and be able to retrieve the url schema and perform necessary actions (close InAppBrowser and login to app),
The text was updated successfully, but these errors were encountered: