dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.2k stars 168 forks source link

debug windows app that has a blazorwebview #440

Closed dkboon01 closed 2 years ago

dkboon01 commented 2 years ago

On the hybrid app, when I load the windows desktop app and my blazor component is viewed on the desktop. Is there a way to see the css that is being used on the desktop? Documentation says to right click and "Inspect" but I do not see this anywhere. I just want to see the css

Eilon commented 2 years ago

If right-click doesn't work, then click anywhere in the webview and press F12 and it will show the browser dev tools, which includes seeing the CSS.