A video player for iOS, based on AVPlayer, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, support subtitles.
I downloaded the example from Github that is working perfectly, But when I integrated it into my app the fullscreen option is not working anymore. I haven't done any code to change the orientation. My app is portrait only, but I want the video should be played horizontally as well.
What
When I click on the full-screen button, the button changes icon to that of full-screen but the video doesn't go into full-screen.
BMPlayer version
0.8.7
Installed with
Issue Description
I downloaded the example from Github that is working perfectly, But when I integrated it into my app the fullscreen option is not working anymore. I haven't done any code to change the orientation. My app is portrait only, but I want the video should be played horizontally as well.
What
When I click on the full-screen button, the button changes icon to that of full-screen but the video doesn't go into full-screen.
Reproduce
I've used this code in viewController