Jeff Dodson

Results 9 comments of Jeff Dodson

Thanks. Yeah, I'm not going to hold my breath waiting for this one to be fixed, based on what I saw in that thread.

I'm seeing the same issue. My splash screen displays properly, followed by my app. But...my app page is blank, until I grab the app window with the mouse and move...

Hello, Yes, I'm using a custom icon. In the electron.manifest.json file, I'm using this to configure the custom icon: "win": { "icon": "../../../GreekVocabBuilder.ico" } Similarly, for the splash screen, I'm...

One other thing I should probably mention: This "bug" only occurs with a Windows build. If I build and run on a Linux (i.e., Ubuntu) system, everything works...the splash screen...

Thank you, Yes, I did mark Ulrike's answer as correct. Jeff On Mon, Mar 18, 2024 at 1:26 PM marquinho78 ***@***.***> wrote: > Developments: Ulrike Fischer suggested an effective workaround....

I didn't include a sample because the bug occurs with any of the sample code snippets from MudDropContainer from the MudBlazor website, as I mentioned in my post. I could...

I've updated the repro link so that it points to a sample .NET MAUI MudBlazor project.