I'm trying to detect the tap location on a #SwiftUI Map.
If I add an onTapGesture, it works
Anyone knows a way to not override this default gesture? I would ideally prefer not having to use an UIViewRepresentable if possible.
Do you have any idea @hishnash @natpanferova @yanlu? Thank you!