Yalantis / Phoenix

Phoenix Pull-to-Refresh
https://yalantis.com/
Apache License 2.0
4.02k stars 920 forks source link

Scroll doesn't work with complex layouts #34

Closed bradmartin closed 7 years ago

bradmartin commented 8 years ago

This might be fixed with this PR: https://github.com/Yalantis/Phoenix/pull/31

If you watch the .gif below, you'll see that I can scroll this ListView down and up if I continue the touch. Once the touch has been lifted from the screen and you swipe down it starts show the refresh view. Normal behavior should not show this unless at the top of the ListView.

Was this by design?

phoenixscrollissue

AhmedDonkl commented 8 years ago

@bradmartin did you solve it ?

TeeRawk commented 8 years ago

@bradmartin can you provide the layout where your PullToRefreshView is ?

TeeRawk commented 7 years ago

outdated