Portrait apps - Settings

This may sound like a very simple question, but what should the settings be for portrait apps in the build.settings?

Do you set defaultMode = normal, and disable the expand button (stretch), because otherwise the portrait app on expansion always looks stretched, and all the settings in my build.settings are accurate.

Please advise.

Thank you!

If your app is not designed to be resized, then just set the build settings “resizable” and “enableMaximizeButton” to false (which is the default).  Your app will then always launch using the default width and height that you’ve set.  This is the simplest solution.  And note that this is how it works for the majority of our portrait sample apps included with the Corona Simulator.

@Joshua: Thank you for the tips on that! Appreciate it!

If your app is not designed to be resized, then just set the build settings “resizable” and “enableMaximizeButton” to false (which is the default).  Your app will then always launch using the default width and height that you’ve set.  This is the simplest solution.  And note that this is how it works for the majority of our portrait sample apps included with the Corona Simulator.

@Joshua: Thank you for the tips on that! Appreciate it!