Testing on Samsung Galaxy with auto orients false, fullscreen and aspect ratio set to landscape all work well on startup. After the device returns from sleep the app is in portrait mode and fills half the screen.
Suggestions for on activation ...
stage.setOrientation(StageOrientation.ROTATED_RIGHT); or stage.setAspectRatio(StageAspectRatio.LANDSCAPE);
try to work but stall the device requiring a reboot.
I've had to turn on auto orientation to make the app usable but it is a pretty hopeless solution. The fullscreen also dies.
any ideas or has anyone found a solution?
Nick