0
votes

I'm using the IONIC Google Maps native plugin and followed this tutorial:

https://www.javascripttuts.com/implementing-native-google-maps-in-an-ionic-application/

So it works, but, I have a white background color. According to the tutorial there is a css fix :

ion-app .nav-decor{
  background-color: transparent !important;
}

But this doesn't work. Does anybody have this same issue?

1

1 Answers

1
votes