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
495 stars 211 forks source link

Interstitials automatically show by default #236

Closed enesien closed 6 years ago

enesien commented 6 years ago

Using

admob.interstitial.config({
     id: 'ca-app-pub-3940256099942544/1033173712'
});

my interstitial ads display automatically after they're loaded (contrary to the documentation), but when I add autoShow: false they no longer display automatically.

The documentation says default value for autoShow is false.

ratson commented 6 years ago

Close as docs updated.