I asked a question a few weeks ago which I thought would have solved the problem with Google Login/Signup but it is still broken.
- Open getpocket.com
- Click on Log in now>
- Click on Log In with Google
When you enter your email and password and click next the page becomes blank and nothing happens. No redirects, no loading, nothing.
In Safari the page redirects and login happens successfully.
I have tried Google Login with stackoverflow.com and it works!
But I believe it is using a different method because it doesn't ask me for anything, login just happens. It doesn't even ask me to select which account I want to login with. Everything happens automatically.
Normally, if you had entered your email and password Google asks you to select which account you want to use to login without having to enter the information again.
With getpocket.com this screen appears, I click my account and it freezes. An orange loading bar animation plays without end.
I can't understand what is the problem.
Could it be the user agent?
Any ideas?
The initialization of the WKWebView is very basic:
_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 have even tried a popular web browser iCab Web Browser and the problem is still there with getpocket.com