No setting. Google deliberately blocks OAuth inside embedded browsers (webviews), because the host app could read the password. Instagram, TikTok, Facebook in-app browsers are exactly that.
What works:
- Detect the in-app browser and show a banner: 'Open in your browser for Google login' with instructions (the ... menu → Open in browser). User agents contain
Instagram,FBAN/FBAV, orTikTok. - Offer a login that works in webviews: email with a 6-digit code works fine there.
Some sites try tricks to force-open the system browser; on Android an intent:// link sometimes works, on iOS there's nothing reliable.