KVC
KVC

Reputation: 23

how to resolve splash screen issue for windows phone 8

My splash screen stays for 4 seconds when the app launches and for the first second it's perfect but for the other 3 seconds it's getting bulged a little bit downwards, in windows phone 8.1 application build using IBM MobileFirst Platform Foundation 7.0.

for the code link [1]: https://drive.google.com/open?id=0BwLUeOHO6JdPdGxfS3RsY3d4NU0

Upvotes: -3

Views: 81

Answers (1)

Idan Adar
Idan Adar

Reputation: 44516

In Windows Phone 8 Silverlight this is expected because the top tray of the OS is displayed as the splash screen is showing and the application is loading. Initially this tray is hidden by the OS and then comes to view.

Upvotes: 0

Related Questions