Replies: 1 comment 3 replies
-
This is not immediately useful, for which I apologize, but all I can recommend is reaching right into node_modules and instrumenting the code with as much console.log (javascript) and native logging as possible in order to trace it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Scenario: I set a banner with
<BannerAd>
, a unit and a size. That specific banner is not showing: every other unit is showing, but for that specific unit there is no content.Problem: even if there is no content to show,
onAdFailedToLoad
is not called (there's no error) andonAdLoaded
is called.So how can I possibly detect that the banner is not visible to the user, there is no content, so that I can collapse the container or show something else - or load a different unit?
Beta Was this translation helpful? Give feedback.
All reactions