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
{{ message }}
This repository has been archived by the owner on May 19, 2021. It is now read-only.
Interstitial ads cause the app body to get vertically mis-aligned after being shown ONLY when the cordova-plugin-statusbar is also installed. In other words, the page content starts to overflow past the banner. Some have suggested to call admob.banner.show() (this does solve the problem when called manually) in the handler of the "interstrial close event", but this event not seem to get called anymore in iOS (tested with 11.4).
The text was updated successfully, but these errors were encountered:
I would like not to unless you're unable to repro the issue. Note that this is a dup of #107 from last Sept. which went unresolved but its first workaround of listening on "admob.interstitial.events.CLOSE" no longer works as that event is no longer triggered when closing an interstitial in iOS. I had to go with the second suggested workaround of removing "cordova-plugin-statusbar" which worked but is kinda sucky.
My env is:
cordova-cli: 7.0.0
cordova-plugin-admob-free: ^0.17.2
cordova-ios: ^4.5.4
cordova-plugin-wkwebview-engine: ^1.1.4
The CLOSE callback workaround works well if the next interstitial does not get prepared when one is already being shown. Additional comments and fixes on the issue are in the comments of #232
Closing.
Interstitial ads cause the app body to get vertically mis-aligned after being shown ONLY when the cordova-plugin-statusbar is also installed. In other words, the page content starts to overflow past the banner. Some have suggested to call
admob.banner.show()
(this does solve the problem when called manually) in the handler of the "interstrial close event", but this event not seem to get called anymore in iOS (tested with 11.4).The text was updated successfully, but these errors were encountered: