游泳的金鱼
游泳的金鱼
  • 发布:2024-04-12 11:54
  • 更新:2024-04-12 11:54
  • 阅读:28

【报Bug】nvue中list组件在ios上一旦点击到list的最左边,list直接卡死无法滚动,右滑返回也直接失效

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: 10.15.7

HBuilderX类型: 正式

HBuilderX版本号: 3.99

手机系统: iOS

手机系统版本号: iOS 16

手机厂商: 苹果

手机机型: iphone xr

页面类型: nvue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

示例代码:
            style="width: 750rpx;height: auto;" @click="actionScroll"  
            @touchmove="actionScroll">  
            <template v-for="(item,index) in 10">  
                <cell >  
                    <view style="width: 750rpx;height: 150rpx;background: wheat;"><text>12345</text></view>  

                </cell>  
            </template>  
        </list>

操作步骤:
            style="width: 750rpx;height: auto;" @click="actionScroll"  
            @touchmove="actionScroll">  
            <template v-for="(item,index) in 10">  
                <cell >  
                    <view style="width: 750rpx;height: 150rpx;background: wheat;"><text>12345</text></view>  

                </cell>  
            </template>  
        </list>

预期结果:

不管点击到哪里都应没影响

实际结果:

ios点击到屏幕最左侧list直接卡死无法滚动,且右滑返回也失效了

bug描述:

nvue中list组件在ios上一旦点击到list的最左边,list直接卡死无法滚动,右滑返回也直接失效,必现的

2024-04-12 11:54 负责人:无 分享
已邀请:

要回复问题请先登录注册