When I include a “build.settings” file in my project folder and launch my main.lua file via the Corona Simulator - using iPad, the Simulator launches at the MAX “Zoom In” level.
I tested the same situation with the “Fishes” Sample Code changing the default orientation to “landscapeRight” and the same things happens; however when I run it in “portrait” is does not Zoom In the simulator.
Is this an issue with the simulator or is it something on my end.
My files reads like this:
–Build.Settings
settings = {
orientation = {
default = “landscapeRight”,
supported = { “landscapeLeft”, “landscapeRight” },
},
}
I am not sure if I am correct about this; but I have tried to review all the other threads and review all settings; I am new to Corona to please forgive me if this is a repeat or if it is just the way it is supposed to be. [import]uid: 16527 topic_id: 5320 reply_id: 305320[/import]