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.