Skip to main content
Inspiring
September 13, 2011
Question

Default.png not displaying correctly

  • September 13, 2011
  • 1 reply
  • 497 views

When I start up my app, my default.png file shows for about 1/2 a second, and then it goes to a black screen for about 10 seconds before my app loads.

Why won't it just show the default screen for the whole loading time? I feel like 10 seconds is a long time for a user to be staring at a black screen. I'm afraid they'll think it's crashing or something.

How can I fix it?

This topic has been closed for replies.

1 reply

Participating Frequently
September 14, 2011

That shouldn't be happening. The default PNG stays on screen for no more than 5 seconds for me, then launches straight into the app. Have you tried running your app in debug mode, maybe something is crashing when your app loads, resulting in the black screen?

AmbariAuthor
Inspiring
September 14, 2011

Yes I've run it in debug mode. I'm not getting any errors or warnings.