Video Orientation on Android

luchitobj,

That is unfortunately be design. On Android, the [lua]media.playVideo()[/lua] plays the video in a separate activity window which supports all orientations to match the iOS behavior. This behavior was highly demanded by most Corona developers.

If you are developing on iOS, then you can use [lua]native.newVideo()[/lua] instead which will display a video within your app and respect your app’s orientation settings. This API is not available for Android yet, but it is on our current roadmap and we plan on adding it in the future. [import]uid: 32256 topic_id: 17722 reply_id: 135939[/import]