-
Notifications
You must be signed in to change notification settings - Fork 767
triggerClusterClick is not captured when running on Android #143
Comments
The same on iOS since a few days. |
|
the same problem occurred to me. |
@kunal-saini wow thanks, you saved my day. As it turns out gmaps broke marker-clusterer tap handler with one of the latest EXPERIMENTAL releases. From Google Maps docs:
|
Thank you so much @kunal-saini & @marzubov. |
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.
The text was updated successfully, but these errors were encountered: