[Solved]-Popup does not open when clicking on marker safari

14👍

This is a bug of Leaflet 1.7.1, see Leaflet #7255

In the newest master version of leaflet it is working, see Issue Comment

So I recommand to change your leaflet-src from the Leaflet Release 1.7.1 to the master branch on Github

5👍

If for some reason you have to stick to 1.7.1 and you do not need to handle the ‘taphold’ event, initiating the map with tap: false might solve this issue for you.
(As suggested here https://github.com/Leaflet/Leaflet/issues/7331#issuecomment-742454380)

👤hvsp

Leave a comment