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>
- 发布:2024-04-12 11:54
- 更新:2024-11-07 01:29
- 阅读:148
产品分类: 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直接卡死无法滚动,且右滑返回也失效了
ios点击到屏幕最左侧list直接卡死无法滚动,且右滑返回也失效了
bug描述:
nvue中list组件在ios上一旦点击到list的最左边,list直接卡死无法滚动,右滑返回也直接失效,必现的
2 个回复
2636477115
一样了问题,安卓就没问题,ios一点击左上角左下角就会直接卡死有时候跳转到其他页面也会导致其他页面直接卡死
2***@qq.com - 程序员
遇到同样问题