EddyVerbruggen / nativescript-admob

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

Adds not showing in other views #83

Closed Javierkaiser closed 4 years ago

Javierkaiser commented 4 years ago

I have a Nativescript Vue porject, and I managed to get the banner working on the first view, but if I try to show another banner in other view, it doesn show. According to the console, it is created, but nothing on screen. If i return to the first view, the banner there works normally. Also, it takes several seconds to appear. (test = true).

Edit: Using Nativescript 6.5.

Javierkaiser commented 4 years ago

Well, changed the call from navigatingTo to navigatedTo and it worked.