URGENT: new problem RE: screen orientation in config.lua

My latest release no longer allows gamers to flip over their device in landscape mode.

This has always worked fine for me in config.lua:

orientation =
{
    default=“landscapeLeft”,
    content=“landscapeLeft”,
    supported={ “landscapeLeft”, “landscapeRight” }
}

This is no longer working. Any idea why?

Orientation has never been part of config.lua. It’s part of build.settings.

Can you post your build.settings?

Rob

Yes, it turns out 1) that the problem was created by a setting on the device; and 2) Rob is correct, the orientation belongs in build.settings, not config.lua

Orientation has never been part of config.lua. It’s part of build.settings.

Can you post your build.settings?

Rob

Yes, it turns out 1) that the problem was created by a setting on the device; and 2) Rob is correct, the orientation belongs in build.settings, not config.lua