I am having some weird issue with the leaflet map using Safari in iPhone and iPad. I am using an AJAX GET request to fetch the markers on the map and binding the popup conte
I confirm Nasir item is the correct one. Thanks!
Specifically, I changed in Leaflet.GoogleMutant.js the following line from
this._mutantContainer.style.zIndex = '800'; //leaflet map pane at 400, controls at 1000
to
this._mutantContainer.style.zIndex = '399'; //leaflet map pane at 400, controls at 1000
And now it works.
I'm not sure what is affected by this change though... thanks for comments
Luigi