"xavier" wrote:
When working on Scene graph type of channel, after the initial splash screen and before the actual first screen being displayed there is the black screen..I understand this is the time while all components are being initialized.
Mine is lasting for about 7 to 8 seconds, I have a bunch of different screens (total of 6, with some fading background and an URL handler for each of the screen)...
That doesn't sounds right.
Do you have `splash_min_time=0` in the manifest? If not, it defaults to 1600ms
You are not creating >1 roSGScreen at a time, are you? That would be some monstrosity. (suspiciously) What do you mean by "[having] a bunch of different screens"?