ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova
https://github.com/admob-plus/admob-plus
MIT License
499 stars 214 forks source link

Change black background behind ad on iPhone X? #228

Closed joe-scotto closed 5 years ago

joe-scotto commented 5 years ago

Is there a way that I can control the color of the background behind the ad? On every other device it looks fine, just on iPhone x it gets this gross black background.

screen shot 2018-06-04 at 6 57 36 pm
tennist commented 5 years ago

I just created a pull request that fixes this issue so hopefully a new version of the plugin will be released shortly.

tennist commented 5 years ago

Issue now resolved so closing

tangtermsak commented 4 years ago

I use trick by set overlap:true

admob.banner.config({ id: admobid.banner, isTesting: false, autoShow: true, overlap:true, })

then I add style padding-bottom:50px; to the page in my case I add to body,html and my ads display at bottom

mayankkataria commented 3 years ago

I'm still facing this issue on android.