jjb
jjb
> I met the same problem, did you solve it? I switched to PhysX.NET eventually.
I have eventually added them on my own: [https://github.com/jjb-pro/PhysX.NET](PhysX.NET).
I’m experiencing the same issue using **WinUI 3 (Desktop)** with **WindowsAppSDK 1.8.250907003**. It used to work, but for some time now, I’ve noticed that the second `WebView2` instance does not...
I was able to resolve the problem by creating a **single instance** of `CoreWebView2Environment` and passing it to `await EnsureCoreWebView2Async(environment);` instead of creating multiple environments.