SINTEF-9012 / PruneCluster

Fast and realtime marker clustering for Leaflet
MIT License
552 stars 131 forks source link

Touch not working with latest Samsung browser #207

Closed mstekker closed 1 year ago

mstekker commented 1 year ago

Hi,

Using iOS I am able to touch a cluster to zoom in till single marker level, and to touch a single marker to see the pop up.

On a Samsung S21, Samsung browser, both are not working. Any suggestions what could be wrong?

Best regards,

Mart

fungiboletus commented 1 year ago

Hi,

This library simply uses the Leaflet click event on markers. If you create a marker in leaflet, do you get the click events using Samsung browser?

mstekker commented 1 year ago

Hi,

Thanks, I digged into the problem. Seems that some kind of VPN solutions messes up the javascript code. So prunecluster is working well :)

fungiboletus commented 1 year ago

Thanks for letting me know 🙂