SqueakyBed

Results 5 comments of SqueakyBed

> Likely this is related to V-Sync. If you are not limiting the frame rate the GPU will work as fast as it can, which will use as much GPU...

OK, Some progress finally. I found that adding an app.manifest to the project with the following content for DPI awareness spikes the GPU usage randomly. ` true/PM PerMonitorV2, PerMonitor `...

Same error using Maui Blazor App too. It crashes as soon as I push the settings page. If I remove the button from the xaml it works just fine! ![image](https://user-images.githubusercontent.com/66184708/205400570-c449cc0e-8b5b-4503-82f3-018d65e3da7c.png)...

I am interested too. It doesn't work even after changing the BlazorWebView bg and style colors.

My solution. ViewHandler.ViewMapper.AppendToMapping(nameof(IView.Background), (handler, view) => { if (handler.PlatformView is WebView2 wv) { //Change the background of the web browser to the current theme color to prevent unwanted flashing when...