All the layers of Capacitor Google Maps

Originally published at: All the layers of Capacitor Google Maps - Ionic Blog

This is a guest post from Grgur Grisogono, Ionic Trusted Partner and Director at ModusCreate who loves connecting business with technology. As an avid supporter of all things JavaScript, Grgur enjoys telling stories and anecdotes fueled by the experience of working with dozens of Fortune 1000 companies. He can also talk lengths about sourdough baking,…

In my app, we have elements that are at the absolute position over the map and click events are working fine in IOS 13 and above but below IOS 13 events are not firing and all of them are going to map. Please guide how we can solve this problem.

what does this mean?

From what I think you mean is that the map events is being fired instead of the buttons? maybe adding a z-index: 9999 css to your buttons to place them on top of the map.

Yes, map events are being fired instead of the buttons. I already have tried z-index still the same result.