收藏
回答

scroll-view 或者 view同层渲染后,能显示,但bindtap事件不响应?

  <scroll-view class="messageListid="messageListstyle="height:{{msgHeight}}scroll-y="truescroll-top="{{messageScrollTop}}bindtap="testTap">列表</scroll-view>

<live-player wx:if="{{isFlv}}class="video-livePlayerid="video-livePlayermode="liveorientation="{{orientation}}:muted="falseobject-fit="{{objectFit}}min-cache="1max-cache="3src="{{playUrl}}bindstatechange="onPlayEventbindfullscreenchange="onFullScreenChangepicture-in-picture-mode="pop" >

  </live-player>

scroll-view 能显示出来,但bindtap无响应,也无法手动滑动

.messageList {

position: absolute;

z-index: 100;

overflow-y: scroll;

}

.video-livePlayer {

position: absolute;

z-index: 10;

}



回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容
问题标签