I have an app that has a full screen video. My app only supports portrait and I want the video to play in landscape, and just the video.
I see that I can get the systems current orientation by calling: system.orientation
But I don’t know how to tell the video player I want it to use the current system.orientation.
I briefly tried supporting all orientations in the build settings file. This gives me what I want for the video but it breaks all of my other interfaces.
The video player works perfectly on iphone but it won’t rotate on Android. How have you guys solved this problem?
Thanks,
Tim
[import]uid: 39480 topic_id: 17722 reply_id: 317722[/import]
[import]uid: 32256 topic_id: 17722 reply_id: 72363[/import]