fluttercandies / extended_nested_scroll_view

extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScrollView's body
MIT License
592 stars 119 forks source link

Scrolling up the list in second tab brings back the listview in first tab to the top #33

Closed rvamsikrishna closed 4 years ago

rvamsikrishna commented 4 years ago

If you scroll to item 25 in first tab, then scroll to some item in second tab, everything works fine. But as soon as you scroll a little bit up in second tab and go back to first tab, the list is returned to zero instead of staying at item 25.

zmtzawqlp commented 4 years ago

if you scroll all of body and start to scroll head every list will reset to zero

rvamsikrishna commented 4 years ago

Can we prevent this behavior? The list in the first tab should not move to the top on small scroll in second tab.

ItsManikantaGopi commented 1 year ago

Can we prevent this behavior? The list in the first tab should not move to the top on small scroll in second tab.

are you able to solve this problem?