-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onPullDownRefresh,usePullDownRefresh 下拉刷新无回调 #7072
Comments
3.0.5也有问题。 |
3.0.6 已解决 @Chen-jj |
3.0.7 无效 |
3.0.16 onPullDownRefresh无效 |
应该和 #8050 中修复的问题是同一类型的问题,欢迎 PR 修复 |
3.0.21 onPullDownRefresh 没有刷新过程中的动画效果(顶部空白) |
index.config.ts 的配置方法是 3.x 中才有的
请对齐使用的 Taro 和 CLi 版本 |
未能复现到该问题,如有需要可以在新的 issue 中提交可复现的的 demo,并说明具体平台 |
相关平台
H5
浏览器版本: Chrome 76.0.3809.87(正式版本) (64 位)
使用框架: React
复现步骤
使用taro init xxxx 默认模板,在src/pages/index/index.config.ts中开启下拉刷新 enablePullDownRefresh: true,
onPullDownRefresh,usePullDownRefresh 无回调,无任何反应
期望结果
有正常的下拉刷新回调
实际结果
onPullDownRefresh,usePullDownRefresh 下拉刷新无回调
环境信息
The text was updated successfully, but these errors were encountered: