Hi everyone, i’m using the native map in my app and inside the map i have an ion-fab which should call a function.
The problem is that when i click inside the ion-fab nothing happen.
Any ideas?
Is the fab HTML code placed inside the map container element?
Yes. The ion-fab is inside the div-map
Did you try setting the z-index manually to be really high?
Dont know how. What i did is set the map property setClickable() to false and that let me do the function that i want. But now i fail setting the setClickable() to true.