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

fix: google login on android will always open external browser #455

Merged
merged 2 commits into from Apr 28, 2023

Conversation

dshukertjr
Copy link
Member

@dshukertjr dshukertjr commented Apr 28, 2023

What kind of change does this PR introduce?

Opening in app browser with Google OAuth login on Android will fail because of Google's policy. This PR ensures that Google login on Android always opens external browser.

Fixes #357

@dshukertjr dshukertjr marked this pull request as ready for review April 28, 2023 10:39
@dshukertjr dshukertjr merged commit ed814a8 into main Apr 28, 2023
2 checks passed
@dshukertjr dshukertjr deleted the fix/google-login branch April 28, 2023 10:56
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

Successfully merging this pull request may close these issues.

.signInWithOAuth() gives Access blocked when the authScreenLaunchMode: LaunchMode.inAppWebView
2 participants