picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.57k stars 325 forks source link

Sign in with Google doesn't work within an Eto.Forms WebView #307

Open ghost opened 9 years ago

ghost commented 9 years ago

Here's a strange one: Sign up for a Delicious.com account. Associate a Google account with it.

Set up a blank Eto.Forms app with just a WebView that loads delicious.com. Try to log in with Google. The Google Auth process opens a new window as expected, but when you authenticate nothing happens to the webview (expected: redirect to my logged in delicious account)

cwensley commented 9 years ago

This is probably because the Google sign in uses a new window to perform the authentication. By default, the WebView does not open new windows which you must hook up using the OpenNewWindow event.

ghost commented 9 years ago

The new window opens fine, but I'll try hooking up the event. On 26 Mar 2015 2:04 am, "Curtis Wensley" notifications@github.com wrote:

This is probably because the Google sign in uses a new window to perform the authentication. By default, the WebView does not open new windows which you must hook up using the OpenNewWindow event.

— Reply to this email directly or view it on GitHub https://github.com/picoe/Eto/issues/307#issuecomment-86071547.