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
498 stars 214 forks source link

rewarded video has sound but no picture on iOS #349

Open telethonic opened 5 years ago

telethonic commented 5 years ago

Hi,

Has anyone else seen this?

The "rewarded video test ad" works fine on Android.

On iOS I'm seeing all the events (load, open, start, reward), but I'm only getting the audio of the ad, not the video :(

Thanks.

(cordova 8.1.2 XCode 10, using the wkwebview engine)

telethonic commented 5 years ago

I'm now finding that on iOS I have to explicitly hide() and show() the inAppBrowser (I used to test only on Android, where this was not necessary).

Following issue is that the first video ad shows ok, but subsequent ones fail (and LOAD_FAIL is returned).