When you appear for the first time in Chrome on Android, Chrome suggests that you sign in with the system user. Following this flow with popup mode, the success callback is not called and the browser moves forward regarding redirect_uri query params. Now I cannot adjust the redirect_uri query param, so in this case I always see HTTP 400 code from the page https://accounts.google.com/gis_transform, because the default redirect_uri=gis_transform. How is it possible to adjust the redirect_uri query param using popup implicit flow?