Unable to sign-in to Google Account using in-app browsers or web-views with keycloak

try this

I fixed this problem using this workaround.
Open your cordova’s configuration file called “config.xml” and add the following line:

<preference name="OverrideUserAgent" value="Mozilla/5.0 Google" />

read it here