组件<map/>使用聚合功能时,监听markerClusterClick时,在ios手机上不生效?this.mapCtx = wx.createMapContext("mapId", this);
this.mapCtx.initMarkerCluster({
enableDefaultStyle: false,
zoomOnClick: true,
gridSize: 60
});
this.mapCtx.on('markerClusterClick', (res) => {});
微信小程序在安装中可以触发,在ios手机上无法触发