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

ScrollView的下拉刷新如何支持H5 #14139

Closed
puchenhui opened this issue Jul 10, 2023 · 3 comments
Closed

ScrollView的下拉刷新如何支持H5 #14139

puchenhui opened this issue Jul 10, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@puchenhui
Copy link

这个特性解决了什么问题?

根据api了解到,只支持小程序,无法支持h5,解决后可支持多端下拉刷新

这个 API 长什么样?

期望下拉刷新相关属性支持h5

@taro-bot2 taro-bot2 bot added the enhancement New feature or request label Jul 10, 2023
@puchenhui
Copy link
Author

在了解 enablePullDownRefresh 属性后,发现与我的需求不相符,我希望在某个页面进行下拉刷新,但enablePullDownRefresh是全局的。我在此页面用了ScrollView进行上拉加载,看到api可以支持下拉刷新,但仅支持小程序,我希望在小程序端和h5端可以做到下拉刷新,用什么方法比较合适呢?

@ZakaryCode
Copy link
Contributor

在了解 enablePullDownRefresh 属性后,发现与我的需求不相符,我希望在某个页面进行下拉刷新,但enablePullDownRefresh是全局的。

可以按页面配置,请仔细阅读相关文档

根据api了解到,只支持小程序,无法支持h5

与小程序一致

@puchenhui
Copy link
Author

在了解enablePullDownRefresh属性后,发现与我的需求不符,我希望在某个页面进行下拉刷新,但enablePullDownRefresh是全局的。

可以按页面配置,请仔细阅读相关文档

根据api明确,只支持小程序,无法支持h5

与小程序一致

但我发现因为列表内容使用的是ScrollView,当页面滑到下面之后,往上滑动的时候,其实我想滑动的是ScrollView里面的内容,但会触发刷新,并且在出触发刷新后页面无法滑动

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

No branches or pull requests

2 participants