yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.34k stars 443 forks source link

How to disable Right Swipe. #368

Closed si-asif-shaikh closed 1 year ago

si-asif-shaikh commented 1 year ago

Only Enable Left side swip want to disable right side how can i achieve this.

si-asif-shaikh commented 1 year ago

Found the Solutions

manager.setDirections(listOf(Direction.Left)) manager.setCanScrollHorizontal(true) manager.setCanScrollVertical(false)