hi,
I am using google maps v3 with clustering and it works fine on desktop screen.
issue 1
As soon as I reduce the screen viewpoint to small device the Map on the page does not refresh
and the icons do not show.
issue 2
after clicking the cluster icon it does not show icons that belong to that cluster but it works
perfect on a bigger screen.
thanks for any tips
this is my part code in the Head Section
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false">
</script>
<script type="text/javascript" src="http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclustererplus/2.0.12/src/markerclusterer_packed.js"> </script>
<script type="text/javascript&q ...
Go to the complete details ...