Google Sign-In works in Chrome but not inside WebView. Anyone fixed this?
We are loading our site inside the Android WebView. Regular email login is working fine, but Google login fails with an error: 'disallowed_useragent'.
It seems Google blocks authentication requests from within WebViews for security reasons. Has anyone found a workaround for this? Do we have to implement native Google SDK login and pass the tokens to the WebView, or is there a simpler header or User-Agent trick?

