<horacebury>: Hi there! You wrote in April: “What you can do is just used a fixed orientation and detect device orientation events.”
I tried that by changing build.settings to:
default = "portrait", supported = { "portrait" },
But then the runtime resize events never fire. So I love your idea of handling this programmatically, but I don’t believe Corona supports this method? I suspect you’ve dealt with orientation changes more than I have, so I may be missing something, and appreciate any guidance you or Rob can provide.