scroll-view在live-player中全屏模式下触发不了bindscroll以及其他滚事件,只是触发不了事件但是是可以正常滚动的,目前只发现安卓会有这个bug,ios正常。
<live-player src="xxxx">
<scroll-view
scroll-y="{{true}}"
bindscroll="testScroll"
class="testList"
bindtouchstart="onTouchStart"
>
<view wx:for="{{testList}}">{{index}}</view>
</scroll-view>
</live-player>

请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
一模一样的问题