How to Reduce Splash screen time in .net maui?

Haider Ali Faizi 60 Reputation points
2023-09-24T08:51:12.0666667+00:00

I am working on .net maui apps and I want to set fully custom splash screen using page like doing in modern apps (due to android 12 or later limitations). So, I make one page that shows immediately after splash screen that is actually my splash screen. But, I am confusing on one point that how can i reduce default splash screen time. There is a windowsplashscreenanimatedduration but it works for animated. So, any way to reduce duration of by default splash screen in .net maui?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,208 questions
0 comments No comments
{count} votes

Accepted answer
  1. Leon Lu (Shanghai Wicresoft Co,.Ltd.) 58,496 Reputation points Microsoft Vendor
    2023-09-25T05:35:30.4833333+00:00

    Hello,

    So, any way to reduce duration of by default splash screen in .net maui?

    No, you cannot reduce duration of by default splash screen. It is by Google's design. From the android 12, the android will use the SplashScreen Api to show the splash screen. It only customizes these parts: icon, window background, exit animation.

    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful