I’m working on a .NET MAUI Blazor application and I am having trouble setting a full-screen splash screen for Android. Despite my efforts, the splash screen does not cover the entire screen as intended.
Here’s what I’ve tried so far:
svg and png images
1.
2.
3.
the splash screen does not display in full screen on devices running Android 12+. Is there a known issue or an additional configuration required for this to work in .NET MAUI on newer versions of Android?
Any help or pointers would be greatly appreciated!