I'm playing with the iPhone's Safari HTML5 <video> tag and I was wondering if there's a way to programmatically quit fullscreen mode once the video is done playing?
You start fullscreen mode using the play()-function, but how do you end it?
Thanks in advance, Thomas