We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
H5
浏览器版本: Chrom 84 使用框架: React
上拉触底事件仅在小程序下生效了,之前2.X版本h5端是没问题的
onReachBottom() { console.log('上拉触底1') }
页面触底时触发 onReachBottom
h5中并没有触发,仅在小程序中触发
Taro CLI 3.0.5 environment info: System: OS: Windows 10 Binaries: Node: 10.13.0 npm: 6.14.5
The text was updated successfully, but these errors were encountered:
@Chen-jj taro h5路由 好像有代码逻辑错误 导致 onPullDownRefresh 无法触发
if (pageEl && pageEl.__page) { pageEl.__page.onPullDownRefresh() }
__page 无法获取 原因是检查了路由代码 中的 onLoad 一直为false 无法赋值。 麻烦大佬检查一下。
Sorry, something went wrong.
小程序也用不了,3.0.13版本
请问这个问题解决了吗?
?
@Chen-jj 更新到哪个版本h5能用onPullDownRefresh?直接给个痛快话,目前3.0.7、3.0.8、3.0.19都不行
Successfully merging a pull request may close this issue.
相关平台
H5
浏览器版本: Chrom 84
使用框架: React
复现步骤
上拉触底事件仅在小程序下生效了,之前2.X版本h5端是没问题的
onReachBottom() {
console.log('上拉触底1')
}
期望结果
页面触底时触发 onReachBottom
实际结果
h5中并没有触发,仅在小程序中触发
环境信息
The text was updated successfully, but these errors were encountered: