时间:2019-05-04 来源:小程序工厂
你好,你所提供的代码片段并无设计问题,麻烦重新提供一下:
你好,代码片段不可用,麻烦重新确认下,也补充提供下机型、微信版本
index.js:
onReady: function () {
this.videoContext = wx.createVideoContext('mainVideo', this)
},
videoUpdate: function () {
this.videoContext.requestFullScreen({
direction: '90'
})
}
index.wxml:
index.wxss:
.main-video {
position: absolute;
left: 0rpx;
top:0rpx;
width: 100%;
height: 100%;
}
.main-cover-view {
position: absolute;
width: 120rpx;
height: 120rpx;
right: 50rpx;
bottom: 50rpx;
background-color: red;
}
机型:vivo NEX
安卓版本: 8.1.0
微信版本:6.7.2