Hi @Matej,
here’s another request for the Leaflet map element.
Feature:
Option to disable dragging (breakpoint-based).
Since you won’t move the map while tapping & scrolling on small (mobile) devices, it would be nice feature to enable/disable it breakpoint-based.
Docs:
// example
var map = L.map('map', {
center: [51.505, -0.09],
dragging: BOOLEAN
});
Best,
Lars