capacitor-community / admob

Community plugin for using Google AdMob
MIT License
221 stars 69 forks source link

Banner ad set as overlay which covers a part of the UI. #139

Closed junobartowski closed 2 years ago

junobartowski commented 2 years ago

The banner ad obviously appears as an overlay which covers a part of the UI. Tried setting the adSize, position and margin but there is still part of the UI that was covered by the banner ad. See screenshot, see how it covers the tabs.

BannerAdCoverUI

distante commented 2 years ago

You need to subscribe to banner events and leave the correct space on your app accordingly.

The height of the banner is usually 90px or 50px, depending on the device width.