You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to have found strange bug using this piece of code:
banner.hide()
banner.visible = false
After calling these two lines, the banner fails to show again (using banner.show()) and an error saying that the ad has not been initialized correctly.
I seem to have found strange bug using this piece of code:
After calling these two lines, the banner fails to show again (using
banner.show()) and an error saying that the ad has not been initialized correctly.