-
Notifications
You must be signed in to change notification settings - Fork 105
Sign in with G+ doesn't work #53
Comments
Had a quick look, SoundCloud switched to opening yet another popup from the login popup for G+ at some point and thats what SoundCleod is not prepared for. Will try to find a quick fix/hack. |
The problem lies in PopupController, which doesn't have a way of opening another popup. Relatively easy solution would be to implement What makes it complicated is that every popup webview has to be kept alive until closed by themselves. Sounds like an array of webviews... Any volunteers to implement this? |
Is the same thing happening with FB? I can't login |
👍 Can't log into my account :( |
Yeah, I know it's a pain. Unfortunately not trivial to support, thanks to soundcloud.com opening popups opening other popups, etc. Will try to look into it in the near future unless someone wants to volunteer.. |
Started some work in fix-google-login, still no success. Apparently making G+ popups work requires proper handling of window-and-it's-opener relations and opening windows by name on javascript level which seems to be nearly impossible on Cocoa/WebView. Especially making |
Fixed in 1.0.0. |
(nothing happens when you click the button)
The text was updated successfully, but these errors were encountered: