João Neves

Results 83 comments of João Neves

> I wasn't sure where/how to update the osx binaries. Theres these 2 other repos: https://github.com/OutSystems/cef.redist.win https://github.com/OutSystems/cef.redist.osx

BeforeResourceLoad is an event triggered before the actual request is made to the target, thats why you see a null Response. AFAIK you can't get the responses once you let...

Make sure you setup the webview it like [this](https://github.com/OutSystems/WebView/blob/master/SampleWebView.Avalonia/MainWindow.xaml.cs#L10): WebView.Settings.OsrEnabled = false;

I cannot reproduce the issue you have. Does it happen for instance on the google website?

What you mean "dead repo"? Regarding the original question, I found this: https://www.magpcss.org/ceforum/viewtopic.php?f=8&t=17421, so it seems that some changes in CEF code would be necessary. Tried, using the background color...

You can add events similiar to the existing ones, but with extra id param, so that we don't have breaking changes. I would probably create a class/record to put that...

You need to create a fork first: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo#propose-changes-to-someone-elses-project

Try without OSR mode on, there's a run configuration for that.

You need to handle the popup opening, something like this: https://github.com/OutSystems/CefGlue/pull/82/commits/52455aac0336c3070da8d1c2e72f12488ba05ca5 You should also beware that some sites (like google) don't allow users to login through embedded browsers (such as...