I’m fairly certain this is a bug – but if anyone has any advice on how to correct for this programmatically it would be much appreciated.
The problem is this:
In my build.settings file I have 4 allowable orientations:
settings =
{
orientation =
{
default = “portrait”,
supported =
{
“landscapeLeft”, “landscapeRight”, “portrait”, “portraitUpsideDown”
},
},
}
But when I put my iPad flat on a table (“Face Up” orientation) the orientation switches to a portrait orientation, cropped into a landscape perspective.
The orientation shouldn’t change at all when going into “Face Up” position because “Face Up” is not supported in the build.settings file. And it certainly shouldn’t be giving me this strange portrait ratio displayed (bottom cropped ) onto a landscape orientation.
Is there a way to specifically add an “unsupported” position to the build-settings file? Or some other way to get it to *not* adjust for “face up” orientation?
[import]uid: 40285 topic_id: 9792 reply_id: 309792[/import]