SwipeActions icon indicating copy to clipboard operation
SwipeActions copied to clipboard

AllowSwipeToTrigger() does not work on newly added cells after fetching data

Open ayelvs opened this issue 11 months ago • 3 comments

I'm implementing infinite pagination scrolling, where I have to fetch new data and draws the new cells in a ScrollView (in a LazyVStack). For some reason, the allowSwipetoTrigger modifier doesn't apply to new cells being added to the list.

Anyone has any insight why that might be the case? Thanks!

ayelvs avatar Jul 30 '23 19:07 ayelvs