There appears to be a bug in the swipe gestures. I often got reports of repeated clicks being necessary, and after all this time I could finally reproduce the error:
- Document or symbol uses swipe handlers
- The scene or symbol also contains clickable items
- The swipe detection occasionally swallows the click
So, my suggestion would be not to prevent defaults as long as the swipe actually doesn't trigger. It seems like the issue arises when a certain the swipe detection does detection (I guess calculates offsets for a trigger threshold), but then prevents default event bubbling even if the threshold isn't triggered.
Meaning, one has to click cautiously without moving the mouse (or finger, that I haven't tested as much). For mouse interactions, I can definitely confirm the issue.