Simulator and the title bar

Hi folks,

If you run the simulator from the command line with a build.settings file that puts your project into landscape view, the title bar displays really strangely. I’ve also noticed that the title bar does not change orientations when you tilt the device in the simulator.

Sorry if these have already been reported. I did search, I swear. :slight_smile:
~ K [import]uid: 2857 topic_id: 1295 reply_id: 301295[/import]

The title bar won’t change orientations unless you list the orientations as “supported”. See the “GettingStarted/NativeOrientation” sample project for an example of a title bar that does change orientations.

In that case, the build.settings looks like this:

settings = { orientation = { default = "landscapeRight", supported = { "landscapeLeft", "landscapeRight", "portrait", "portraitUpsideDown", }, }, } [import]uid: 3007 topic_id: 1295 reply_id: 3608[/import]