ios - how to play video with native player instead of web player for a <video> tag? -
We have UIWebView that loads html pages with video tags. When a user taps the video element, a fullscreen movie player is presented.
There is some logic in the web page in this form that handles the event and there is a need to stop and stop the movie player. Is there an API to do this? (Stop the web movie player and get out of fullscreen)?
Anyone have to do this?
Even more, we want to find taping here on the video element, then we need to provide our own custom player instead of the system web player. Any way to do this?
Thank you!
This might help, if you want to control HTML5 video with js:
I'm running on mobile devices - Javascript is running in full screen mode - I'm not right.
Comments
Post a Comment