Skip to content

TwoLevelList doesn't have "bounce back" animation when over scroll for iOS. #8700

@zhenqiu1101

Description

@zhenqiu1101

Problem is like the title described. Android is fine.

I observed that TwoLevelList is implemented with ListView. The shrinkWrap of ListView is set to true. If I changed shrinkWrap = false, bounce back animation appears on iOS.

I simply do
new Scaffold(
appBar: new AppBar(title: 'title'),
body: new TwoLevelList(...));

Metadata

Metadata

Assignees

No one assigned

    Labels

    f: scrollingViewports, list views, slivers, etc.frameworkflutter/packages/flutter repository. See also f: labels.platform-iosiOS applications specifically

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions