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
It does work with: <Map cooperativeGestures: true>
...but only for mobile.
It appears that the Desktop version stopped working at some point, unfortunately I'm unable to say at which point.
I'd like to use this option for better UX on mobile.
So far I've tried adding it to the Map component as a prop, to the mapComponent object, and as an option, but having no luck.
or
mapComponent.cooperativeGesture = true;
or
mapComponent.options = {cooperativeGesture = true};
Thought I'd check if it's supported or something I'm doing wrong. (most likely the latter, i'm a Svelte noob!)
The text was updated successfully, but these errors were encountered: