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
Android, iOS
页面使用的是tabview,结构和example/lib/pages/complex/scroll_to_top.dart差不多,但如果像例子那样不设置onlyOneScrollInBody: true,会导致各个tab的刷新状态互相影响,如果设置onlyOneScrollInBody: true,则会导致scrollViewKey.currentState?.innerPosition获取出来的innerController只有当前页的,这种情况需要怎么处理呢?
No response
The text was updated successfully, but these errors were encountered:
需求是什么,看看合理不,可以完全加一个public 的暴露呢?
Sorry, something went wrong.
不需要了,还是要用onlyOneScrollInBody: true的方式,因为false的时候各个tab的innerController会互相影响。不过我发现还有一个问题,就是和ExtendedTabBarView的兼容性不太好,我另外提个issues吧,这个可以关了。
No branches or pull requests
Platforms
Android, iOS
Description
页面使用的是tabview,结构和example/lib/pages/complex/scroll_to_top.dart差不多,但如果像例子那样不设置onlyOneScrollInBody: true,会导致各个tab的刷新状态互相影响,如果设置onlyOneScrollInBody: true,则会导致scrollViewKey.currentState?.innerPosition获取出来的innerController只有当前页的,这种情况需要怎么处理呢?
My code
No response
Try do it
No response
The text was updated successfully, but these errors were encountered: