Michael

Results 10 comments of Michael

I gave it a shot because I also thought that it would be straight forward but it's more difficult than expected. The biggest hurdle is that the index size is...

We could workaround the problem by embedding the sourcemap in the JS file that is requested. So what we basically do: - Intercept the `WebResourceRequested` call for the JS file...

@monica-ch While this mitigates the problem (it crashes then with a ~400MB file with ~2.6GB of memory allocated) I think this can't be regarded as a solution. I think there...

Any updates on this issue? We experience more and more OutOfMemory crashes of our app (also with x64 now), and all happens in EmbeddedBrowserWebView.dll. The irony is that the nearly...

Probably the same problem as in https://github.com/MicrosoftEdge/WebView2Feedback/issues/3128 but I decided to create a new issue with a more detailed description.

I'm aware that MS closed other issues for the same topic as unresolved. But for me and other devs it's still a topic. We regularly get feedback from customers who...

@VishyBala007 Yes, that could be a solution. But I have some security concerns about it.

It may be worth to look at what the Edge-Chromium team does with the WebView2 distribution model. See https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution#microsoft-edge-webview2-runtime When I replace "WebView2" with "WinUI" and "Edge browser" with "WinUI-Runtime"...

We have a similar problem. In our app we need to use `SetProcessShutdownParameters` to move the shutdown of the app to the latest point possible. When another app blocks the...

Any progress on this issue? We would also need the ability to stream responses as chunks on an intercepted request. I think this would also solve another issue I created...