I’ve created a simple iPad app which is landscape only, my build.settings file looks like this:
[lua]settings =
{
orientation =
{
default = “landscape”,
supported =
{
“landscapeLeft”, “landscapeRight”
},
},
}[/lua]
and my config.lua file looks like this:
[lua]application =
{
content =
{
xAlign = “left”,
yAlign = “top”,
fps = 60,
antialias = true,
},
}[/lua]
However when I use the display.captureScreen (true) function it seems to capture the image in portrait instead of landscape on the device itself. This works great in the simulator.
Thank you for any assistance you could provide. [import]uid: 10747 topic_id: 3740 reply_id: 303740[/import]