Harman's update places some blue screen at lauch. I got a license so no startup logo, but that blue screen on Android makes a lot of negative callback. Is there an opportunity to remove it?
Are you sure that it's not the background color of the native stage? Starling sometimes takes a moment to start rendering, so that can happen sometimes. You might try setting the stage color to black to see if it makes a difference.
joshtynjala Let me explain all I have:
[SWF(frameRate="60", backgroundColor="#1f1f1f")] public class Startup extends Sprite { ... private function init():void { ... splash = new Bitmap(new BitmapData(stage.stageWidth, stage.stageHeight, true, 0x1f1f1f)); splash.smoothing = true; this.addChild(splash); } }
You have no blue screen on startup on Android devices? Maybe there are some styles in flex?
We haven't seen a blue screen on any of our apps.
ma @joshtynjala hmmmm. that makes me... So what can it be. Just have no idea. See what I have on every app link
No idea what that is, some background colour or something in your app at a guess...
It occurs before splash. That's why it seems so strange