-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
下拉刷新的动作会被内部的自动滚动的widget打断 #28
Comments
+1 |
fina a way to fix @chokNight
|
这是你外部的组件把事件吃了。可以参考上面小伙伴的办法试试 |
你好,你使用nestedScrollview,有出现自动刷新的问题吗。我用这个刷新组件套nestedScrollview,它每隔十多秒就自动下拉刷新一次,很诡异啊 |
很明显不是这个组件的问题呢。你开的issue 连重现 demo 都没有。很难帮你 |
你好,找到问题了,issue里面打开的问题中,jump To顶部的问题,因为我嵌套组件有用到jump to,所以触发刷新了。
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2023年06月05日 16:21 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [fluttercandies/pull_to_refresh_notification] 下拉刷新的动作会被内部的自动滚动的widget打断 (Issue #28) |
当我正在下拉过程中,nestedScrollview的header中有一个自动滚动的banner,如果这时候banner发生了滚动,正在下拉的动作会被取消
你好,你使用nestedScrollview,有出现自动刷新的问题吗。我用这个刷新组件套nestedScrollview,它每隔十多秒就自动下拉刷新一次,很诡异啊
很明显不是这个组件的问题呢。你开的issue 连重现 demo 都没有。很难帮你
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
当我正在下拉过程中,nestedScrollview的header中有一个自动滚动的banner,如果这时候banner发生了滚动,正在下拉的动作会被取消
The text was updated successfully, but these errors were encountered: