Google Sign-in OAuth does not allow in-app webview, see link. To enable Oauth with Google on mobile phone (specifically on Android) you can clone the LoginButton block then change the way of opening the Auth URL.
Use InAppBrowserPlugin instead of
window.open($parameters.url, "_self")
use InAppBrowserPlugin's Open client action with System as Target parameter

This will open the device's default browser.