You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
afifnadaf
changed the title
viewpager.setSlideBorderMode(AutoScrollViewPager.SLIDE_BORDER_MODE_CYCLE) doent behave properly
viewpager.setSlideBorderMode(AutoScrollViewPager.SLIDE_BORDER_MODE_CYCLE) doesn't behave properly
Jul 14, 2016
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.
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 .
The text was updated successfully, but these errors were encountered: