I have an app that plays videos in the iOS default player, then returns to the menu. If the device is rotated during video playback, this change is not reflected in the app when it returns. How can I ensure it updates?
I have this in build.settings:
orientation =
{
default = “portrait”,
supported = {“landscapeLeft”, “landscapeRight”, “landscape”, “portrait”, “portraitUpsideDown”}
}
Thanks. [import]uid: 167874 topic_id: 29285 reply_id: 329285[/import]