吕地瓜
吕地瓜
  • 发布:2018-09-12 16:24
  • 更新:2020-12-23 16:16
  • 阅读:1473

【报Bug】视频组件全屏

分类:uni-app

详细问题描述
[内容]
onReady: function () {
this.videoContext = uni.createVideoContext('myVideo');

        this.playLession();  
        this.videoContext.requestFullScreen({  
            direction: '0',  
        });  
    },  

把this.videoContext.requestFullScreen({
direction: '0',
});
删除了,playlession才能正常拿到从服务器端返回来数据,并且传给data.src,写上全屏就不好用。而且真机调试过程中必须CTRL R重新编译,直接CTRL S,底座都不会退出全屏。(横屏)

联系方式
[QQ]584678313
[电话]

2018-09-12 16:24 负责人:无 分享
已邀请:
l***@163.com

l***@163.com

this.videoContext。 我打印为undifined 。

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