火狐社区

标题: H5 video 全屏播放,进度条controlBar 消失不见。 [打印本页]

作者: 小菜瓜    时间: 2021-10-25 20:27
标题: H5 video 全屏播放,进度条controlBar 消失不见。
全屏显示video视频后,没有进度条和controlbar
fullScreen(){
      if(this.player.requestFullscreen){
        this.player.requestFullscreen()
      }else if(this.player.mozRequestFullScreen) {
        this.player.mozRequestFullScreen();
    } else if (this.player.webkitEnterFullScreen) {
        this.player.webkitEnterFullScreen();
    }

html:
<video  ref="video" @click="playPause" class="video" :src="info.materialsUrl" x5-video-player-type="h5"  x5-playsinline="" playsinline="" webkit-playsinline=''></video>

如何显示进度条以及控制单元

(I)V6M)@YQ5UWI]DGV%FL5A.png (178.68 KB, 下载次数: 502)

(I)V6M)@YQ5UWI]DGV%FL5A.png

作者: 紫鲱鱼    时间: 2021-10-27 11:26
点击视频也不出现么?您访问其他视频网站也如此么?




欢迎光临 火狐社区 (http://mozilla.com.cn/) Powered by Discuz! X3.1