Egon Steiner
Egon Steiner
@hyperknot I think there is already a Chrome bug report, but I can't find it right now.
I also ran into this problem recently here is what I've found so far: - The problem happens with Safari on iOS 14.1 (and probably 13, haven't been able to...
I've also recently looked into zooming with gestures on a MacBook. In Chrome both two finger scroll and pinch zoom seem to be treated as mousewheel scrolling and zoom the...
> Also, isn't it already possible for developers to change this behavior in their code using CSS `touch-action` on popups? You're right, that should work. Also I've just tested it...
@iamariffikri Thanks! I was already suspecting that LibreSSL might be the problem, but as I said I'm not really experienced with openssl and didn't have time yet to look into...
Ah, yes thanks. That works as well
👍 I think this would be incredibly usefull. Right now leaflet takes up about 1/3 of my bundle size. Since I only use a fraction of the functionality this could...
I don't know about jQueryUI, but I had some divs over my map. After updating to 1.0 beta 1 the were below the map so I just increased the z-index...