SwipeActions icon indicating copy to clipboard operation
SwipeActions copied to clipboard

Issue on tapping 3rd of 4 buttons in .mask ActionStyle

Open RyPoints opened this issue 8 months ago • 0 comments

I've been using this as a workaround for a bug with SwiftUI lists in lists.

In my example, I've hit an issue where I have four swipe action buttons, two leading and two trailing with a 90 or 100 width. The style is set to .mask.

In this situation the 3rd swipe button (the first on the right and the leftmost right/trailing button) is only tappable on its right side and not on its left side.

If the style is changed to .cascade or .equalWidths the 3rd button becomes fully tappable instead of half-tappable.

If you have any quick answers feel free to reply.

RyPoints avatar Oct 13 '23 02:10 RyPoints