Skip to content
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

InfiniteLoading 滚动加载组件;Taro在h5页面中使用出现,onScroll,loadMore,target没生效 等方法不能出现滚动效果, #2718

Open
BrightFuture888 opened this issue Nov 8, 2024 · 2 comments

Comments

@BrightFuture888
Copy link

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

@zepingFISH
Copy link

我也遇到了,希望InfiniteLoading组件的target可以指定滚动容器

@BrightFuture888
Copy link
Author

不能指定scrollView,但是可以指定一个 div盒子的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants