Calling admob.load( “banner”, {…} ) crashes the banner already on screen, if there is one.
It becomes unhidable and stuck forever. The next banner will be on top of it and it may cover content when switching scenes.
This is problematic when the banner tries to refresh and for some reason fails the load. In which case I have to manually try to reload it, with the not refreshed banner still there.
If I don’t manually reload it will wait a full minute or more to try again on itself.
Though the unrefreshed banner stays in this period, admob.show(“banner”) shows nothing if called, so if the user switches to a scene without a banner then back it won’t see banners on the return.
Banners fail to load for lack of inventory all the time so these bannerless periods can last several minutes if I don’t try reloading more frequently.
@vlads? This might be an easy fix, I don’t know