收藏
回答

iphone6s plus cover-view点击事件触发报错

框架类型 问题类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 Bug cover-view live-player 客户端 iOS 6.7.0 1.02.1806120


live-player组件内的 cover-view点击事件触发报错(其他机型暂未发现此问题)



******html********

<live-player id="videolivePlayer" src="{{playUrl}}" mode="RTC" autoplay='{{autoplay}}' class="live-player" object-fit='contain' background-mute="true" bindstatechange='livezt' bindfullscreenchange="qpzt">

<cover-view class='bind' bindtap='quanpinanniu'>

<cover-view wx:if='{{fullScreen}}' hidden='{{quanpin}}' bindtap="tapName" class='zhibofanhui' style='width:48rpx;height:48rpx'>

<cover-image src='../../imgs/fanhui.png' style='width:48rpx;height:48rpx'>cover-image>

cover-view>

<cover-view hidden='{{quanpin}}'  class='quanpin'>

<cover-image wx:if='{{fullScreen}}' src='../../imgs/quanpin2.png' style='width:64rpx;height:64rpx'>cover-image>

<cover-image wx:else src='../../imgs/quanpin1.png' style='width:64rpx;height:64rpx'>cover-image>

cover-view>

cover-view>

<cover-view class='livezwf' hidden='{{liveplayzwf==2}}'>

<cover-view class='livezwftext'>

{{boxcontent.hyztms}}

cover-view>

<cover-view class='livezwftextjszc'>技术支持:xx电子有限公司

cover-view>

cover-view>

<cover-view class='top' bindtap='focusshang ' hidden='{{livehiddens}}'>

<cover-image src='../../imgs/fahongbao1.png' class='tops'>

cover-image>

<cover-view class='guanbi' bindtap='guanbi'>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********

事件无法触发报错信息如下




最后一次编辑于  2018-07-03
回答关注问题邀请回答
收藏

4 个回答

  • 黄思程
    黄思程
    2018-07-03

    你好,这是一个已知问题,iOS10.3以下有问题,我们今明内会进行修复。

    2018-07-03
    有用
    回复 1
    • jambhala
      jambhala
      2018-07-04

      谢谢,自己代码各种调整都没用。。。

      2018-07-04
      回复
  • 不胖不改网名
    不胖不改网名
    2018-09-18

    怎么样  这个问题搞定了吗


    2018-09-18
    有用
    回复
  • 疯狂的小辣椒
    疯狂的小辣椒
    2018-07-03

    麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题

    2018-07-03
    有用
    回复
  • 卢霄霄
    卢霄霄
    2018-07-03

    卧槽。。你这图。。我啥都不想说了

    2018-07-03
    有用
    回复 1
    • jambhala
      jambhala
      2018-07-03

      我本来想处理下的,结果小手一抖提交了

      2018-07-03
      回复
登录 后发表内容