I have added a short intro video (a company logo) for my game. My project specifies landscape mode only. About 70% of the time when I launch the app, the video shows in portrait mode, even if I have rotated the device to landscape. Then, when the video is done and goes to the next scene, it switches (correctly) to landscape. I am showing the video (media.playVideo) in the scene:show when the event.phase is “did”, to be sure that everything has loaded for the opening scene first.
Is there anything else I can try to ‘force’ that initial screen/scene into landscape mode? Or some other event I need to wait for before starting the video?