react-id-swiper icon indicating copy to clipboard operation
react-id-swiper copied to clipboard

loop with half slides in views

Open stephenthornton opened this issue 5 years ago • 0 comments

Firstly thank you for creating this react wrapper around ID Swiper :)

Spotted an issue with the following conditions:

  1. Loop to true
  2. slidesPerView set to 3.5
  3. 3 slides (so less than the amount that i want to show)

I can infinitely scroll previous, but cannot scroll infinitely next. Also, the duplicated items seem to lose their event handlers.

I've put together an example for you to reproduce...

https://codesandbox.io/s/reactidswiper-demo-7kk53

Cheers

stephenthornton avatar Dec 20 '19 11:12 stephenthornton