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
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
I'm facing the same issue #25. None of those solution work for me.. absorbPanEventsOnScrollables no longer available. Any update on this issue?
The text was updated successfully, but these errors were encountered: