googlearchive/js-marker-clusterer

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

pacotole opened this issue · 1 comments

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.

Found that this solution works for me - #121