live-player组件内的 cover-view点击事件触发报错(其他机型暂未发现此问题)
******html********
cover-image>
cover-view>
cover-image>
cover-image>
cover-view>
cover-view>
{{boxcontent.hyztms}}
cover-view>
技术支持:xx电子有限公司
cover-view>
cover-view>
cover-image>
cover-view>
cover-view>
live-player>
******html********
********js*********
tapName: function () {
var videoContext = wx.createLivePlayerContext("videolivePlayer")
console.log(1)
if (this.data.fullScreen) {
console.log(2)
videoContext.exitFullScreen({
direction: 0,
success: function() {},
fail: function() {},
})
} else {
console.log(3)
videoContext.requestFullScreen({
direction: -90,
success: function() {},
fail: function() {},
complete: function() {}
})
}
},
*******js********
事件无法触发报错信息如下
本文来自微信小程序开发者论坛 -微信小程序工厂 http://www.xcxgc.com,转载请保留,开发微信小程序、定制微信小程序来微信小程序工厂网。
网友回复
黄思**回复:
你好,这是一个已知问题,iOS10.3以下有问题,我们今明内会进行修复。
卢霄**回复:
卧槽。。你这图。。我啥都不想说了
scroll-view 内部的fixed定位元素,元素会被遮挡。上一贴一直不回 微信小程序开发教程 ...