I am trying to play a intro video using Handheld.PlayFullScreenMovie(url, Color.black, FullScreenMovieControlMode.Hidden), video is playing as expected .
But on iOS when we remove the headset, video pauses, since the control mode is hidden, player have no control to continue playing the video. Video will resume only when we give an interrupt.
Is there a way to fix this issue?
I am using Unity 5.4.4p1.