fragment Disappearing
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
Hello. Thanks for an issue. I`ll try to debug this.
ths,I'm used FragmentPagerAdapter, Android 4.4.2
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 ?
I am experiencing the same problem, is there a fix for that?
any news?
I dont know how to fix this now.
is there any workaround?
Github ni nzuri
// 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