mcl-sz

Results 5 comments of mcl-sz

Hi @jmezach, I also tried to replace the `WebViewClient ` within `blazorWebView_BlazorWebViewInitialized` via `e.WebView.SetWebViewClient(new MyWebViewClient());`. However, the problem is that this breaks the Blazor functionality. (The webpage at https://0.0.0.0 could...

Hi @SvenPepermans , I did this: ``` private class WebViewClientOverride : WebViewClient { private WebViewClient _original { get; } private ILogger _log { get; } public WebViewClientOverride(WebViewClient original, ILogger log)...

I have the same problem. I someone has a workaround, please let me know.

@UmbracoHQ In order to reduce my complaining number of customers, I would really appreciate it if someone would take a look at this PR.

Although it is a functional change, it solves a problem that should not have existed in the first place, namely irrelevant search results. Very unfortunate for all V13 users.