nativescript-community / ui-collectionview

Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.
Apache License 2.0
59 stars 18 forks source link

CollectionView with swipemenu error in ios #75

Closed vallemar closed 6 months ago

vallemar commented 8 months ago

I have updated the version of collectionView from 5.3.3 to 5.3.7, and now on iOS I have this strange behavior when using swipeMenu. It seems that drag is applied to another item

https://github.com/nativescript-community/ui-collectionview/assets/15719383/6907733e-9518-4e9a-86e2-aec725d30aeb

farfromrefug commented 8 months ago

@vallemar i tried with the demo app and i cant reproduce. Can you share a simple example (possibly vue2 ) reproducing the issue? Thanks

vallemar commented 8 months ago

@farfromrefug ok, I'll try to reproduce it with a sample in vue2

vallemar commented 6 months ago

@farfromrefug fixed with 5.3.15

farfromrefug commented 6 months ago

@vallemar oh yes now i understand this one ! :D