siralam / LoopingViewPager

A ViewPager and PagerAdapter combination that support auto scroll, infinite loop and page indicators.
532 stars 64 forks source link

LoopingViewPager does not work when sliding it inside ViewPager2 #49

Open ankush1234 opened 2 years ago

ankush1234 commented 2 years ago

Hi there, it was okay to see loopingViewPager inside ViewPager in my activity and when i was scrolling loopingViewPager manually it was working accordingly, but once i changed to ViewPager2. i am explaining my view as - I have a Fragment which have ViewPager2, now in ViewPager2 there are 3 Fragments (3 Tabs A,B,C), so inside Tab B there is LoopingViewPager for Banners and this Banner is not getting scrolled when i am trying to do so?

MeetGori1 commented 1 year ago

i am also facing similar issue with it