ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova
https://github.com/admob-plus/admob-plus
MIT License
499 stars 214 forks source link

interstitial and rewardVideo is moved down #415

Open balicekt opened 4 years ago

balicekt commented 4 years ago

Hi can anyone help me with this issue? When show any add is moved down and can be easily closed by swiping down.

Thank you

Screen Shot 2020-02-16 at 23 31 36
sksk008 commented 4 years ago

are u find any answer ? @balicekt

balicekt commented 4 years ago

Yes, used: cordova-admob-plus

uloolu commented 3 years ago

Hi,

Having the same issue on iPad. My app is a game developed using GDevelop 5 and compiled using XCode. It is displayed in fullscreen in landscape mode, but rewarded ads are displayed in some kind of popup which does not occupy the full screen leading to the ad being truncated (see attached picture).

IMG_1661

sksk008 commented 3 years ago

i am using cordova-admob-plus and its solved my that problem try that but load_fail method not working properly and it good that cordova-admob-plus not using uiwebview that is a plus point.

uloolu commented 3 years ago

Thanks. Seems effectively the issue was linked to UIWebView. I upgraded my project to Cordova 10.0.0 and the latest AdMob SDK to use WKWebView and it is working properly now with this plugin.