Can you confirm the reliable way to get the full screen size on an Android phone?
innerwidth and innerheight give bad values.
I need to set the game in Landscape, which means finding out the width and height before laying out the scene objects.
In particluar, I have a frame which is not scalable ( wade.setLayerTransform(layerID,0,0); ) and therefore needs to know the screen size so it can be exactly placed.