You can add splash screen to MAUI apps easily. The detailed specifications and how to do that can be found from the below URL.
Hope this helps
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to create custom splascreen in .net maui?
You can add splash screen to MAUI apps easily. The detailed specifications and how to do that can be found from the below URL.
Hope this helps
Hello,
but I'm seeing the default splash screen color before my custom one appears. How can I fix this?
You can set the SplashScreen
to the same background color as your transition page by setting the Color
property.
This is because you have to use SplashScreen
in your app after Android 12. Therefore, you can only change its color to make it more natural, but you cannot remove it from the app.
For information on setting the background color of the SplashScreen
, please refer to Add tint and background color.
Best Regards,
Alec Liu.
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.