What I want to do: Drag the screen around
What happens instead: Creating connections inadvertently.
When I start doing a swipe gesture on iOS to drag the screen,
if the finger is positioned in the Link part of the card (the right side of the card),
Result: Immediately starts creating a connection.
Expected: I think the right way would be to do some micro-pause, to detect the user’s gesture and instead drag the screen.
(For example when the finger is above the left part of the card, the behavior is correct)