appfeel / admob-google-cordova

AdMob ads Cordova/Phonegap/Intel XDK plugin for Android iPhone with latest SDK's
MIT License
132 stars 127 forks source link

Show ads only on certain pages #87

Open ghost opened 7 years ago

ghost commented 7 years ago

How to show ads only on certain pages? In app.js config() function, I added admobSvc.createBannerView().

How is it possible to call admobSvc.showBanner(true, null, null) on some page, and on route change hide it? In $routeChangeStart, I added admobSvc.showBanner(false, null, null), but it says ionic.bundle.js:26799 TypeError: admobSvc.showBannerAd is not a function

How to solve this?