PointAnnotation not draggable on iOS #1986
Unanswered
niharikaargade
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PointAnnotation is not draggable on iOS. It doesn't even trigger onDragStart, onDrag or onDragEnd events.
Expected Behaviour: Point should be draggable across the map
Actual Behaviour: Point doesn't move or trigger any events
Environment :
iOS version 15.5
React-native version: "0.63.4"
react-native-mapbox-gl/maps: "^8.5.0"
Additional : I have tried long pressing the point and including a child element that is big enough to tap on.
Beta Was this translation helpful? Give feedback.
All reactions