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 772 forks source link

triggerClusterClick is not captured when running on Android #143

Open memphis23 opened 6 years ago

memphis23 commented 6 years ago

The event triggerClusterClick is not captured when running on Android. In order to test that you can open https://googlemaps.github.io/js-marker-clusterer/examples/simple_example.html on an Android, and doubleclick on a cluster, it is not captured, therefore it is processed as a doubleclick on the map and a zoom level +1 is applied.

denis1994 commented 6 years ago

The same on iOS since a few days.

sharecube commented 6 years ago
kunal-saini commented 6 years ago

the same problem occurred to me. I have been able to figure out a temporary fix. I just specified API's version along with key in the script tag. i.e. v=3& between js? and key=... in my Githubissues.

  • Githubissues is a development platform for aggregating issues.