I am trying to build an app for kindle device. Want to lock orientation “portrait” only. Using following setting in build.setting.
settings =
{
orientation =
{
default = “portrait”,
supported =
{
“portrait”, “portraitUpsideDown”,
},
},
}
Using this setting, only current page gets locked. I mean if I move device to landspace, the current page remains in portrait. But as soon as I go to next page in app (when device is in landscape), the page gets distorted.
Any suggestions how to lock entire app for portrait orientation??
Thanks [import]uid: 175651 topic_id: 34321 reply_id: 334321[/import]