TLHP
Results
3
comments of
TLHP
I also realize that when using FlipView with SwipeRefreshLayout. Any news for this update/ feature?
A work-around is to custumize SwipeRefreshLayout from support.v4 In function canChildScrollUp, add this one right at the beginning: ``` java if (mTarget instanceof FlipView) { return ((FlipView) mTarget).getPageCount() > 0...
Any news from jaydeepw? Seem he abandoned this project :(