I use the gmaps-marker-clusterer library (v1.2.0) along with the Google Maps API in Ionic v1 to group map markers in clusters based on the zoom level.
I am currently stuck with one specific problem caused by the library (this does not happen when I do not use it), which somehow causes the card to freeze in a weird one-finger mode. In fact, when scaling or deleting while rendering clusters, the map gets stuck, no longer loads, and instead of rendering new map textures, when a user tries to move the center of the map, he simply zooms in or out (but without rendering or loading). No error message is displayed.
All markers (40/50) are loaded together, only once, when the card is initialized. This only happens on a real iPhone device. I have not tested it on Android, but I can say that this does not happen when testing the application in the browser. See screenshot of frozen map here .
Has anyone come across something similar? Any help would be appreciated, thanks!
source
share