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
根据api了解到,只支持小程序,无法支持h5,解决后可支持多端下拉刷新
期望下拉刷新相关属性支持h5
The text was updated successfully, but these errors were encountered:
在了解 enablePullDownRefresh 属性后,发现与我的需求不相符,我希望在某个页面进行下拉刷新,但enablePullDownRefresh是全局的。我在此页面用了ScrollView进行上拉加载,看到api可以支持下拉刷新,但仅支持小程序,我希望在小程序端和h5端可以做到下拉刷新,用什么方法比较合适呢?
Sorry, something went wrong.
在了解 enablePullDownRefresh 属性后,发现与我的需求不相符,我希望在某个页面进行下拉刷新,但enablePullDownRefresh是全局的。
可以按页面配置,请仔细阅读相关文档
根据api了解到,只支持小程序,无法支持h5
与小程序一致
在了解enablePullDownRefresh属性后,发现与我的需求不符,我希望在某个页面进行下拉刷新,但enablePullDownRefresh是全局的。 可以按页面配置,请仔细阅读相关文档 根据api明确,只支持小程序,无法支持h5 与小程序一致
在了解enablePullDownRefresh属性后,发现与我的需求不符,我希望在某个页面进行下拉刷新,但enablePullDownRefresh是全局的。
根据api明确,只支持小程序,无法支持h5
但我发现因为列表内容使用的是ScrollView,当页面滑到下面之后,往上滑动的时候,其实我想滑动的是ScrollView里面的内容,但会触发刷新,并且在出触发刷新后页面无法滑动
No branches or pull requests
这个特性解决了什么问题?
根据api了解到,只支持小程序,无法支持h5,解决后可支持多端下拉刷新
这个 API 长什么样?
期望下拉刷新相关属性支持h5
The text was updated successfully, but these errors were encountered: