This repository has been archived by the owner on May 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 210
Banner overlap webview after interstitial ad was showed #107
Comments
Happened with me Banner overlap webview after interstitial ad was dismissed on ios only |
My hotfix, just redraw banner after interstitial close
|
I have the same problem with Al111 and cannot solve that problem. Now I am not use banner on IOS anymore. |
Removing statusbar plugin solved the issue. ionic cordova plugin rm cordova-plugin-statusbar |
FYI, this also happens when signing in with google and facebook oauth (as they open new window). This also happens on admob pro version. I fixed mine by just hiding and showing the ad again after showing interstitial ad and showing fb and google oauth login page:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
code for banner creation
code for interstitial creation
Banner creating when app start
Interstitial calling in ionViewDidLoad of nested component
After i close Interstitial ad banner, Bottom banner overlap page
![photo](https://user-images.githubusercontent.com/5594299/30006241-c3e3869c-90fc-11e7-850d-ae0264dae383.jpg)
If I hide and show app, bottom banner works well
The text was updated successfully, but these errors were encountered: