PointAnnotation always returns the same screen coordinates #2821
Unanswered
stevenharderjr
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone else noticed the onDrag handler always getting the same values (
{ screenPointX: 24, screenPointY: 20 }
) regardless of the element's starting point or position? Everything works fine relative to the map, but this prevents me from using an on-screen drop target. I'm hoping I've overlooked something. Built on Xcode 14.2, iPhone 14 running iOS 16.2 (same problem occurs on physical device and simulator).Beta Was this translation helpful? Give feedback.
All reactions