You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Point annotations take a noticeable amount of time to trigger onTapGesture. I've noticed that the SwiftUI AnnotationView's onTapGesture triggers immediately.
Expected behavior
The expected behavior is to have immediate trigger of the gesture.
The text was updated successfully, but these errors were encountered:
Hi @snboyle16, this is expected since single tap gesture is awaiting for other gestures to fail, i.e double tap/touch. If you are not using double tap to zoom in and out, would disabling this gesture work for you?
Environment
Observed behavior and steps to reproduce
Point annotations take a noticeable amount of time to trigger onTapGesture. I've noticed that the SwiftUI AnnotationView's onTapGesture triggers immediately.
Expected behavior
The expected behavior is to have immediate trigger of the gesture.
The text was updated successfully, but these errors were encountered: