Closed sharad-s closed 5 years ago
add overflow:hidden
to the div with class card-container-god
and the one with id of SWIPEABLE
@goncy I tried these changes and it didn't solve the issue. You can see that the issue persists even on the implementation you provided. take note this is a mobile-specific issue.
I plan to fork the repo to fix this issue, but I would love to have a brief chat with you when you are free to discuss if possible.
thank you!
This might be a reference to the issue at hand : https://stackoverflow.com/questions/16348031/disable-scrolling-when-touch-moving-certain-element
Reopening #2 - Still can't figure out why react-swipy works fine on desktop, however on Mobile it will create an awkward vertical scroll on the page.
Examples (Open these on a mobile phone and on desktop to see issue replicated):
@goncy last mentioned "lock this behaviour disabling the overflows on the container or removing it's pointer events i guess" but I am unable to figure out how this helps