You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the pointer goes out of the container where touch event listeners are attached, the events arent captured. Therefore, it doesnt move the views any further, making them appear stuck. All works smooth as long as the swipe actions are limited within the tab containers.
We need to detect when the pointer goes outside the container while the mouse is clicked(ie during touchmove/mousemove events), and reset the swipe when that happens. Unfortunately I haven't been able to find a way to do that.
Thanks for the PR @Dinushasilva , but I'm afraid it doesn't help !
Hi,
First of all thank you for this amazing component,
Please check my PR for the fix #4 @shreya0712
Thanks!
Dinusha
The text was updated successfully, but these errors were encountered: