问题
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:
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.
来源:https://stackoverflow.com/questions/11823701/display-windows-phone-splash-screen-for-longer-period