A few weeks ago I asked a question that I thought would solve the problem with Google Login / Registration, but it is still broken.
- Open getpocket.com
- Click Sign In>
- Click "Sign in to Google"
When you enter your email address and password, and then click the button, the page will become blank and nothing will happen. No redirection, no download, nothing.
Safari redirects and logs a page successfully.
I tried google login using stackoverflow.com and it works!
But I believe that he uses a different method, because he does not ask me about anything, the login just happens. He doesn’t even ask me to choose which account I want to log in with. Everything happens automatically.
Usually, if you enter your email address and password, Google will ask you to choose which account you want to use to log in without having to enter the information again.
With getpocket.com this screen appears, I click on my account and it freezes. The orange animation of the loading drum plays endlessly.
I do not understand what the problem is.
Could this be a user agent?
Any ideas?
Initializing WKWebView is very simple:
_webView = [[WKWebView alloc] init]; _webView.allowsBackForwardNavigationGestures = NO; _webView.allowsLinkPreview = NO; _webView.navigationDelegate = self; _webView.UIDelegate = self; _webView.frame = CGRectMake(0.0, 0.0, self.contentView.frame.size.width, self.contentView.frame.size.height); [self.contentView addSubview:_webView];
I even tried the popular iCab Web Browser and the problem still exists with getpocket.com