Hi there. I'm trying to add the following element in the array with the other initialization options
'gestureHandling' => 'none', but it doesn't appear in the rendered javascript.
That option isn't currently supported with this package. Feel free to submit a PR to achieve this, you'd probably need to modify view/map.blade.php ~ 25 and MapperBase.php in a few locations.
Hi there. I'm trying to add the following element in the array with the other initialization options
'gestureHandling' => 'none',
but it doesn't appear in the rendered javascript.