Trinea / android-auto-scroll-view-pager

Android auto scroll viewpager or viewpager in viewpager
http://p.codekk.com/
Apache License 2.0
1.67k stars 670 forks source link

viewpager.setSlideBorderMode(AutoScrollViewPager.SLIDE_BORDER_MODE_CYCLE) doesn't behave properly #30

Open afifnadaf opened 8 years ago

afifnadaf commented 8 years ago

I have autoscrollviewpager inside recyclerview and i want it to scroll in both direction i.e. Left and Right. when i use viewpager.setSlideBorderMode(AutoScrollViewPager.SLIDE_BORDER_MODE_CYCLE) then it become scrollable in both direction but it shows black screen for first couple of time. And whenever i am scrolling viewpager, it doesn't listen and recyclerview takes scrolling event it scrolls vertically. But if do not set any slideboardMode then it scrolls to only right side but vertical scrolling issue doesn't appear that much .

Nik2505 commented 7 years ago

Have you get Any solution regarding this issue. I also faces same issue while scrolling from last to first and vice versa. please reply if any solution found.