nekromoff / bicycle-master-plan

Bicycle Master Plan is a bike map that allows visualizing cycling related data from different sources in multiple layers. Built heavily around data from OpenStreetMap, it allows full visual customization using CSS.
https://mapa.cyklokoalicia.sk/bratislava/public/
GNU General Public License v3.0
11 stars 0 forks source link

Non-route Popups Don't Work in Safari #20

Closed pqhf5kd closed 3 years ago

pqhf5kd commented 3 years ago

Popups for routes work fine in Safari 14.0.2 on macOS 11.1 Popups for other features, racks, repair stands, photos, warnings, do not appear.

nekromoff commented 3 years ago

Due to this Leaflet bug: https://github.com/Leaflet/Leaflet/issues/7255

Also see workaround suggestion using tap: false: https://github.com/domoritz/leaflet-locatecontrol/issues/280