Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dragging problem #41

Open
kttary opened this issue Jan 13, 2024 · 2 comments
Open

Dragging problem #41

kttary opened this issue Jan 13, 2024 · 2 comments

Comments

@kttary
Copy link

kttary commented Jan 13, 2024

I'm facing the same issue #25. None of those solution work for me.. absorbPanEventsOnScrollables no longer available. Any update on this issue?

@ibrierley
Copy link
Owner

Probably the best bet is to produce a minimal usable example others can test with.

@kttary
Copy link
Author

kttary commented Jan 14, 2024

I got the culprit. If I enable
interactiveFlags: InteractiveFlag.pinchZoom | InteractiveFlag.drag,
from mapOptions it will be difficult to drag the marker. If I remove InteractiveFlag.drag, i can drag the marker but i can't pan the map. My temporary solution is to change InteractiveFlag.drag into InteractiveFlag.pinchMove. I think drag marker conflict with InteractiveFlag.drag. CMIIW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants