0

I have several embedded maps on my website. The source of these maps are from....

I want to avoid panning and zooming when swiping with one finger on smartphone. Panning and zooming should be only possible by using two fingers.

Accordingly using a computer dragging and zooming should be only possible by pressing the CTRL-key when using the mouse.

Is there a plugin for Wordpress or a code for css or functions.php to realise this?

Dirk
  • 145
  • 1
  • 11

1 Answers1

0

You can use the leaflet map plugin and set dragging to false and keep touchZoom on true.

See also: https://stackoverflow.com/a/41631385/288568

Alex
  • 32,506
  • 16
  • 106
  • 171