2***@qq.com
2***@qq.com
  • 发布:2020-11-07 10:35
  • 更新:2020-11-07 10:35
  • 阅读:551

video全面屏播放后 视频就很慢 是什么原因?

分类:uni-app

<video id="myVideo"></video>

onReady(res) {
let _this = this;
// this.videoContext = uni.createVideoContext('myVideo',this);
// // console.log(JSON.stringify(_this.videoContext))
// this.videoContext.requestFullScreen();
let aa = plus.video.createVideoPlayer('myVideo', {
src: _this.videoUrl,
direction: 90,
duration: 1000,
controls: false,
autoplay: true,
muted: false,
"show-loading": false,
"show-progress": false,
"show-fullscreen-btn": false,
objectFit: "cover"
});
var currentWebview = this.$scope.$getAppWebview()
currentWebview.append(aa)

    },
2020-11-07 10:35 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复