Ionic natice googe maps ios white background color

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?

Could you show me the screen capture at least?

did you set div height:100% ?

Well , with height 100% you don’t see the plugin background :slight_smile: so then it’s no issue.

But when set for example 50% , then you would see it.

But I’ve kinda solved it.
I’ve set the background color through Environment matching the same background color as my page.