I have a vertical slider. and I'm using verticalSwiping = true, on mobile when swiping down to move to next slide it's working fine but when reaching the last slide it stucks there and I cannot scroll to see the content below the slider.
I tried to return false in the swipe event but it didn't work. I also try edgeFriction=0 but it didn't work also.