Skip to content
  • Carola's avatar
    VLCMovieViewController: 360 videos fix rotationlock · 6c02f625
    Carola authored
    on iPad with iOS 9 and higher shouldAutorotate is never called since all orientations are supported by default when
    we support multitasking. This lead to no rotationlock when interfacelock was enabled or a 360 video was played.
    We're now using supportedInterfaceOrientations: and lock 360 videos to portrait and for interfacelock we save the current orientation and return it.
    6c02f625