DEV Community

Discussion on: Creating a Tinder-like Swipe UI on Vue

Collapse
 
suniluam profile image
sunil-uam

I am creating a similar UI but the swipeable component can take space longer than mobile screen. Since, I need swiping in horizontal direction only, I have locked swipe in vertically. But I need to scroll to view the whole component. If I unlock the vertical interaction, I can only drag around the component but not scroll it. Is there a solution for this?
Tried numerous other libraries but ones that allow scrolling does not have swiping animation.