我必须实现http://www.ani-view.com/之类的功能。我只能在UIWebView中播放视频,但是当你点击UIWebView上的视频框时,它将在原生电影播放器(MPMoviePlayer)中打开,而不是在webview视频框中。
答案 0 :(得分:1)
将视频标记与此选项一起使用
<video id="player" class="video" width="80%" height="500px" webkit-playsinline controls autoplay>
<source src="ert.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>