I have nearly completed a mobile Web site which leverages the jquery mobile framework but have run into a few problems regarding the videos I am serving. Both iPhone and Android open a video in their respective device’s native player. Once the video ends the screen goes black. I would like, however, the player to close and then make the browser page they selected the video from visible again. Is there a way to simply close the player dynamically once the video has completed? I have looked at this post as well as this post but there does not seem to be a clear answer. My test site is here.
Is it easier to close the iPhone/Android video player or do a redirect back to page? Or is this really the same action but simply stated differently?