InfiniteCycleViewPager icon indicating copy to clipboard operation
InfiniteCycleViewPager copied to clipboard

fragment Disappearing

Open haoyousb opened this issue 9 years ago • 9 comments

i find a bug. you can set LIBRARIES has three items in HorizontalPagerAdapter. then run app and fast scroll view pager,you can see some fragment disappeared

haoyousb avatar Oct 25 '16 08:10 haoyousb

Hello. Thanks for an issue. I`ll try to debug this.

GIGAMOLE avatar Oct 25 '16 08:10 GIGAMOLE

ths,I'm used FragmentPagerAdapter, Android 4.4.2

haoyousb avatar Oct 25 '16 08:10 haoyousb

is this issue fixed? I have same issue, using intiniteCycleViewPager from your library, it shows well all fragments if you scroll from left to right, but when you scroll back, it will show only 2 / 3 fragments and then the fragment dissapear, why the behavior on opposite scroll hiding the fragments ?

khalodark avatar Nov 05 '16 00:11 khalodark

I am experiencing the same problem, is there a fix for that?

mikelis-kaneps avatar Dec 27 '16 14:12 mikelis-kaneps

any news?

mspapant avatar Feb 18 '17 11:02 mspapant

I dont know how to fix this now.

GIGAMOLE avatar Feb 18 '17 11:02 GIGAMOLE

is there any workaround?

mspapant avatar Feb 18 '17 11:02 mspapant

Github ni nzuri

hassanimsuya79 avatar Feb 22 '17 17:02 hassanimsuya79

// if (mItemCount == MIN_CYCLE_COUNT) { // if (position > 2.0F || position < -2.0F || // (mStackCount != 0 && position > 1.0F) || // (mStackCount != 0 && position < -1.0F)) { // page.setVisibility(GONE); // return; // } else page.setVisibility(VISIBLE); // } delete

yijun135 avatar Sep 08 '17 03:09 yijun135