Hi!
I am building an android app. I set everything in the settings.build to landscapeLeft, and added support for landscapeRight. However, my phone image still pops up only as portrait. Any help please? Thanks.
Here’s the code.
settings =
{
orientation =
{
default = “landscapeLeft”,
content = “landscapeLeft”,
supported = { “landscapeLeft”,“landscapeRight” },
},