I’m seeing this on iOS devices with an app built with Corona Daily Build 2153.
In my case, it happens every time I launch the app.
If I launch the app, tap on home button, start another app, and the tap the home button, then tap on my app’s icon, it simply shows the last screen I was at, and no black screen.
However, every time I restart the app (that is, fresh restart with Default png showing), immediately after the Default.png is displayed, I see a black screen long enough to be bothersome. It’s not just a flicker of blackness. It is a solid black screen with the status bar. Please note, the very first line of code I have in main.lua is display.setStatusBar( display.HiddenStatusBar )
I have not tested my latest project with pre-Graphics 2.0 daily build, so I cannot say if this would still happen with older daily build. That said, I haven’t seen this happen with my already released app made with pre-Graphics 2.0 version. In addition, I haven’t done anything unusual with my latest project – only difference between this project and previously released apps are the use of latest widget and composer.
Edit: According to ranflas, this does not happen with daily build 2109, and vgtrnd mentions this happens with daily build 2100 on Android. I’m not sure exactly when this issue was introduced, but it definitely did not exist in pre-Graphics 2.0 build. I think it’s worth looking into this and get it fixed sooner than later.
Naomi