-
Notifications
You must be signed in to change notification settings - Fork 28.5k
NestedScrollView + ListView in iOS13 scroll bug #43086
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
Comments
Thank you for your answer @iapicca |
Hi @iapicca |
same problem! |
try NestedScrollView set physics ClampingScrollPhysics |
There is still a problem on the iphone after adding physics. Is there a solution? |
Hello! Regarding @Tecode solution which doesn't work for me either - try to set ClampingScrollPhysics to a nested ListView, but not NestedScrollView itself. This is the only workaround I found for now. |
I've tried to do this before, but if you use it in the nested ListView, the iphone's sliding feature is gone.Is there any other solution? |
Hi @RockinPaul |
Hi @VladyslavBondarenko, |
oh, I accidentally tagged not the author) |
This problem still exists in the stable version though: Flutter v1.17.3 |
Could everyone who still has this problem please file a new issue with the exact description of what happens, logs and the output of |
nice , got it |
这个问题还没修复吗?可不可以贴一个终极解决方法的代码? |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Hello guys,
I wrote a very basic page that has a NestedScrollView and a SliverAppBar and some listview wrapped inside tab.
Whenever I scrolling the page, it will often reset position to the top in iOS13, but it's normal in Android.
It look like this:
my code:
fultter doctor:
The text was updated successfully, but these errors were encountered: