I'm trying to get my game working properly with Hanappe and I'm encountering a weird issue when testing on my Galaxy Nexus;
MOAIEnvironment.horizontalResolution and MOAIEnvironment.verticalResolution appear to be backwards;
MOAIEnvironment.horizontalResolution = 1196
MOAIEnvironment.verticalResolution = 720
So when I set the "landscape" config, those swap around and I get a really tall and narrow screen.

