Question
IPhone 6+ unsupported screen size?
stage.fullScreenWidth returns 960
stage.fullScreenHeight returns 640
stage.stageWidth returns 1000
stage.stageHeight returns 750
If I listen to Event.Resize, the values will be the same. But the IPhone 6+ screen sizes much more.
How should I fix this ?
My options:
stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
<key>UIDeviceFamily</key> = 1, 2
<requestedDisplayResolution>high</requestedDisplayResolution>
