收藏
回答

scroll-view在live-player中全屏模式下触发不了bindscroll以及其他滚事件

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug scroll-view、live-player 微信安卓客户端 8.0.61 3.9.1

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>
回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容