<image :src="item.url"></image>
</swiper-item>
</swiper>
pages.json代码:{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
// 距离底部 50px 时触发
"app-plus": {
"pullToRefresh": {
"support": true,
"style": "circle",
"offset": "50px"
}
}
}
}
a***@163.com (作者)
是的,我把下拉刷新关闭之后就是正常的
2024-11-12 16:57
DCloud_UNI_LXH
回复 a***@163.com: 我使用模拟器 ios 17 ,运行 hello-uniapp 上的 swiper 示例,打开页面下拉刷新没有发现你所说的问题。如果可以的话,提供一个简单复现的 demo
2024-11-13 10:19
a***@163.com (作者)
回复 DCloud_UNI_LXH: demo放在下面一条评论了,您看看
2024-11-13 10:38
aabbjian
回复 DCloud_UNI_LXH: 同碰到此问题。 用真机试试吧。每回都复现不了,实际都是问题。
2024-12-06 15:41
4***@qq.com
更新了最新版4.36,还有此问题
2024-12-11 15:45
4***@qq.com
回复 DCloud_UNI_LXH: 试一下把高度给的大一点切不超过屏幕的高度呢
2024-12-16 09:43
2***@qq.com
回复 DCloud_UNI_LXH: 下拉刷新有概率把swiper的touchend事件吞掉,滑动只有touchstart没有touchend,从4.24以后就有这个问题了,页面配置:"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#1f47ff",
"style": "circle",
"offset": "100px"
}
}已经说的很明白了吧。。。
2025-01-03 15:11