Hello,
I have an android 12 and I do not see Anything
Yes, I can reproduce this issue, this issue will occur in the debug mode, if you stop the debug mode, kill the application(remove it from your recent application task) and reopen it, you will see the splashscreen.
I want my splash, to fill the entire screen
You cannot make the splashscreen image to fill the entire screen Since android 12.0, google used the splash screen api to display the splash screen. And accoring to the official document about the elements and mechanics of the splash screen, you will see the the icon is circular. But you can set the background color of the splash screen to match the background color of your image like following code.
<MauiSplashScreen Include="Resources\Splash\splash1.jpg" Color="#01183c" Resize="false"/>
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.