详细问题描述
[内容]
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
[电话]
1 个回复
l***@163.com
this.videoContext。 我打印为undifined 。