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
@nutui/nutui-react
2.7.0
h5
我是在taro中使用的
使用InfiniteLoading组件;在scrollView中下拉刷新在没有到顶部的时候就出发,极度影响交互。建议用两套代码去做小程序和h5的兼容优化。还有target这个属性可以明确到底是获取id还是获取类;遇到的场景:1. 使用scrollView组件,给scrollview声明id=“scroll-view” ;2. 使用InfiniteLoading组件的target = “scroll-view” 3. 使用onScroll没有效果;使用onLoadMore没有效果;给hasMore=true,也没有效果,4.如果注册了 下拉刷新,只要出现下拉就会出发下拉刷新。
1.我期望功能可以正常使用;2.例如我把 InfiniteLoading 嵌套在 滚动条中,可以使用target正常的触发对应的api;3.target说明传入的是 “#scroll” “.scroll” 还是什么。文档也太简陋了
功能不能使用。无法支持嵌套,获取不到对应的scroll事件
No response
The text was updated successfully, but these errors were encountered:
我也遇到了,希望InfiniteLoading组件的target可以指定滚动容器
Sorry, something went wrong.
不能指定scrollView,但是可以指定一个 div盒子的
No branches or pull requests
NutUI React 包名
@nutui/nutui-react
NutUI React 版本号
2.7.0
平台
h5
重现链接
我是在taro中使用的
重现步骤
使用InfiniteLoading组件;在scrollView中下拉刷新在没有到顶部的时候就出发,极度影响交互。建议用两套代码去做小程序和h5的兼容优化。还有target这个属性可以明确到底是获取id还是获取类;遇到的场景:1. 使用scrollView组件,给scrollview声明id=“scroll-view” ;2. 使用InfiniteLoading组件的target = “scroll-view” 3. 使用onScroll没有效果;使用onLoadMore没有效果;给hasMore=true,也没有效果,4.如果注册了 下拉刷新,只要出现下拉就会出发下拉刷新。
期望的结果是什么?
1.我期望功能可以正常使用;2.例如我把 InfiniteLoading 嵌套在 滚动条中,可以使用target正常的触发对应的api;3.target说明传入的是 “#scroll” “.scroll” 还是什么。文档也太简陋了
实际的结果是什么?
功能不能使用。无法支持嵌套,获取不到对应的scroll事件
环境信息
No response
其他补充信息
No response
The text was updated successfully, but these errors were encountered: