1

How can I override a double tap onto a LeafletJS map? I do not want to zoom into the map, I want a custom procedure to start instead. It's a angular-leaflet-directive within ionic.

Edit:

I was pointed to the doubleClickZoom property (I must have been blind :) ). However, when I set doubleClickZoom = false , the two finger zoom is disabled as well... ? I want to keep two finger zoom, but disable doubleClickZoom. As an alternative, I could go with trippleClickZoom, which is obviously not implemented.

El Dude
  • 5,328
  • 11
  • 54
  • 101

1 Answers1

1

Please consult the documentation and the appropriately-named option doubleClickZoom.

tmcw
  • 11,536
  • 3
  • 36
  • 45