Google sign in not working android webview app

前端 未结 3 1790
隐瞒了意图╮
隐瞒了意图╮ 2021-01-13 17:09

I\'ve created Android App with webview. When trying to sign in with Google, it first asks for username & password, then the screen with the message \'Please close this w

3条回答
  •  臣服心动
    2021-01-13 17:50

        mainWebView.getSettings().setUserAgentString("example_android_app");
    

    fixed it for me

    just changed mainWebView to what my webview was called. In my case, i set it to

        webView.getSettings().setUserAgentString("example_android_app");
    

提交回复
热议问题