EddyVerbruggen / nativescript-admob

NativeScript plugin to earn some precious :moneybag::moneybag: with ads by Google AdMob
MIT License
69 stars 26 forks source link

Banner disappears #76

Closed Mflm closed 4 years ago

Mflm commented 4 years ago

Hi,

I would like a banner in each page of my application, but when I change the page the banner disappears.

I know I have to reload the banner on each page but it doesn't work, only on the first load

Any idea?

Thanks

Mflm commented 4 years ago

With a timer works!

gaboisleno commented 4 years ago

can you please share your project? I have problems to show ads :(

Mflm commented 4 years ago

With a timer

timer.setTimeout(() => { exports.createBanner(); }, 2000);

gaboisleno commented 4 years ago

With a timer

timer.setTimeout(() => { exports.createBanner(); }, 2000);

Thank you so much!