Hello.
The video playback UI still become portrait even I locked orientation to landscapeRight in build.settings:
settings =
{
android =
{
versionCode = “3”
},
orientation =
{
default = “landscapeRight”,
},
}
main.lua:
display.setStatusBar( display.HiddenStatusBar )
local onComplete = function(event)
print( “video session ended” )
end
media.playVideo( “video1.mp4”, true, onComplete )
Can you help me? [import]uid: 11208 topic_id: 3677 reply_id: 303677[/import]