Display Windows Phone Splash Screen For Longer Per

2019-07-14 07:11发布

I was just wondering if there's a way one could display the windows phone splash screen a little while longer. The way it is now (the default) the splash screen displays for something like half a second and then launches into the app. So it's literally just a flash.

I understand for user experience a splash screen is something rather pointless but, specs are specs in the business.

Thanks for any help!

1条回答
Ridiculous、
2楼-- · 2019-07-14 08:01

The splashscreen is displayed while your application is being loaded, so the time depends on the complexity of your code. You can create a XAML page with your splashcreen, set it as entry point, wait the desired time and then redirect to your main page.

查看更多
登录 后发表回答