Android-Image-Slider icon indicating copy to clipboard operation
Android-Image-Slider copied to clipboard

Question: Slider Movement

Open rashid56156 opened this issue 4 years ago • 2 comments

@smarteist Is it possible to disable swipe left on last slide? I mean currently if we slide left on last slide we get the first slide displayed but i want to disable this feature so user can't go to first slide from last.

rashid56156 avatar Mar 02 '20 09:03 rashid56156

i want it too...

kjw3676 avatar Mar 27 '20 08:03 kjw3676

@smarteist Is it possible to disable swipe left on last slide? I mean currently if we slide left on last slide we get the first slide displayed but i want to disable this feature so user can't go to first slide from last.

to disable scrolling by user : setSliderAdapter(imgAdapter,false)

kklolo avatar May 26 '21 13:05 kklolo