-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
iOS系统中,点击status bar无法自动回到顶部 #138
Comments
因为 Scaffold 限制的。
目前两个方案 1、等待官方新版本优化处理 |
嗯,我也看到Scaffold的源码了! |
可以的,直接参考 Scaffold 源码,自己自定义一个,外放接口就可以临时解决。 |
嗯,目前看来,只能自己实现Scaffold了 |
比如,我们,有上拉加载更多的功能,我加载几次以后,想点击手机上的最顶部的status bar回到顶部,无法实现!!!
貌似在flutter的程序中,有 上拉加载的功能或者说自定义了scrollController的,并传回到ListView或者GridView中,这些都无法地中滚动到顶部!
The text was updated successfully, but these errors were encountered: