-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] - How do I get rid of the white background of the BlazorWebview during load? #44
Comments
Pretty sure the white background is the browser window, before the blazor HTML is loaded. As I don't actively maintain this codebase anymore and MBB and .net 6 are the spiritual successors to TwokaB, I'd say the easiest solution is either to overlay or hide the control until everything is loaded, or adapt the code to try and set this background colour of the embedded browser window. |
For the second image you can see I already set the BlazorWevbiew "Background" property to "aqua" but still a white background is showing after that "aqua" background which I have set. FYI I forgot the exact syntax and I'm not infront of the PC rn, but ii already looks something like this
Then the "pink" color is coming from the "index.html" page
|
@geocine did you end up finding a solution for this? |
I am interested too. It doesn't work even after changing the BlazorWebView bg and style colors. |
I still don't have a solution unfortunately |
Any findings yet? |
My solution.
|
Have there been any updates regarding this issue |
|
See this demo below, to understand behavior while window is opening
I tried adding "Aqua" Background to the BlazorWebView but still the White view is showing
The text was updated successfully, but these errors were encountered: