-
Notifications
You must be signed in to change notification settings - Fork 18
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
Unable to access native apps from webview #17
Comments
I’m not sure to understand what you need. Currently the plugin uses flutter_inappwebview for webviews so check with it if what you need is supported. |
To clarify the issue, I am copying the webview_flutter approach to load URL in webview In the code there is onNavigationRequest option which allows users to detect the navigation request URL Does similar approach is available in oauth_webauth package where user can detect the navigation URL & perform required operations. |
Ok I see now. |
Hi - Presently, I have integrated azure ADB2C login using oauth_webauth package which works fine.
I have a requirement of accessing native app like Microsoft authenticator app to authenticate the azure login. But, here I am unable to access native apps from oauth webview.
Another package webview_flutter supports the feature of accessing native apps from webview.
Does oauth_webauth package allows to access native apps from webview similar to webview_flutter package ?
The text was updated successfully, but these errors were encountered: