When using "stage.scaleMode = StageScaleMode.SHOW_ALL" all traditional DisplayList stuff get scaled to very edges of my mobile devices.
The Starling instance however stays just the same size as indicated on instantiation by the viewport Rectangle.
How do I get Starling to scale along nicely? Is there a trick? Or do I just have to do it manually by using the fullScreenWidth/Height and scaling accordingly?