Gábor Kökény
Gábor Kökény
https://github.com/Gubancs/leaflet4vaadin/blob/027491b2567475d9c6fe47037858fbb7e9f3c51f/src/main/java/com/vaadin/addon/leaflet4vaadin/layer/events/supports/SupportsLayerEvents.java#L32
Leaflet.draw is a vector drawing and editing plugin for Leaflet https://github.com/Leaflet/Leaflet.draw
It seems to me that the tap does not work on smart phones also if I add setTap(true) on MapOptions, for example: `MapOptions options = new DefaultMapOptions(); options.setTap(true); LeafletMap leafletMap...