-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Collection-repeat item swipe issue #1842
Comments
+1 |
Will be fixed soon. |
+1 |
Fixed via e90477c |
The fix makes it so when you scroll away from a swiped item, it closes. But it doesn't make the swiped item reopen when you scroll back to it. This is because it's not possible with collectionRepeat's current implementation to store state on any of the items once they're scrolled away. Eg say, "this item was swiped open". I could hack it in, but it would be really dirty and really fragile. I'll wait until collectionRepeat's next iteration to add this functionality. |
Type: bug
Platform: all
In collection-repeat if user swipe on any element then it will reveal some buttons and while these buttons are being shown if user scrolls down then the element at the same position down also get swiped and it keeps repeating as we scroll down.
The text was updated successfully, but these errors were encountered: