Florian Bischof
Florian Bischof
Try the code of this [sample](https://plnkr.co/edit/jBHoKEsNfyCPSq8r). This is working with touchevents. But you need to copy it into a other html file / sandbox because plunkr not support touchevents on...
Yes your code has two problems: 1. You only listen on mousevents (`mousedown`) and not on touchevents (`touchstart`) 2. You add the listener on the Leaflet layer, this means touchevents...
Hi, with the 2.16.0 Version we accidentally made a breaking change. The build process was updated and sometimes causes problems with older builders. We suggest to try to update your...
After some digging I wasn't able to reproduce it