googlearchive / js-marker-clusterer

A marker clustering library for the Google Maps JavaScript API v3.
https://googlemaps.github.io/js-marker-clusterer/docs/reference.html
Apache License 2.0
1.28k stars 775 forks source link

Click/tap on cluster don't work on mobile full screen #132

Open pacotole opened 7 years ago

pacotole commented 7 years ago

The cluster work as espected if tap in a map on a mobile device but if open the map at full screen tap on a cluster don't do nothing.

I have tried with google.maps.event.addListener(markerCluster, 'clusterclick', function(cluster) {...}; and don't trigger on fullscreen.

404mike commented 6 years ago

Found that this solution works for me - https://github.com/googlemaps/js-marker-clusterer/pull/121