Skip to content
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

Can't pull to refresh when swipe down on non-scrollable objects #56

Open
IkhwanSI13 opened this issue Mar 18, 2021 · 1 comment
Open

Comments

@IkhwanSI13
Copy link

Describe the bug
The swipe refresh only works for a scrollable object like ListView, SingleChildScrollView. And if "swipe down" performed on a non-scrollable object (Container, Text), the LiquidPullToRefresh not worked.

To Reproduce
Steps to reproduce the behavior:

  1. Use this code: https://gist.github.com/IkhwanSI13/c38089a2ef6853b837e10a5988ec6475
  2. Run the code
  3. Swipe down at Container Text

Expected behavior
the onRefresh function of LiquidPullToRefresh runs when swiping down at Container Text.

Flutter:

  • version: 1.22.6
  • channel: stable

Dart:

  • version: 2.10.5

Additional context

  • liquid_pull_to_refresh: ^2.0.0
@danielRi
Copy link

danielRi commented Apr 28, 2021

@IkhwanSI13 What´s your resolved version? Im having the same issue with liquidPullToRefresh 3.0.0, flutter 2.0.5. Politely bumping this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants