Is there a way to set the BlazorWebView's background color to be transparent on Windows in a MAUI Blazor Hybrid app?
I'm already using the handler to set the defaultBackgroundColor property to transparent, but it doesn't seem to work.
Is there a way to set the BlazorWebView's background color to be transparent on Windows in a MAUI Blazor Hybrid app?
I'm already using the handler to set the defaultBackgroundColor property to transparent, but it doesn't seem to work.
Copyright © 2021 Jogjafile Inc.
I have create a sample to try to set the background color as transparent with the following method:
But the background color is always white. So there must be a root control which is the parent of all the controls such as the webview and the page. Actually, the maui blazor run as a desktop app on the windows, so you can try to refer to this link to do what you want. But it seems a really hard work.