nativescript-admob icon indicating copy to clipboard operation
nativescript-admob copied to clipboard

NativeScript plugin to earn some precious :moneybag::moneybag: with ads by Google AdMob

Results 31 nativescript-admob issues
Sort by recently updated
recently updated
newest added

This will place the advertisement in the view you send. Before, that view would always get overwritten by the view of the rootViewController. Now, it simply checks if the view...

Hey there eddy, I am using TNS with ng2. I have the plugin working and showing ads on load. I have [set up a repo here](https://github.com/prantikv/nativescript-admob-router) of my code. Observation...

Thanks for this great plugin. Here is an issue I've encountered: ### Platform [x] iOS [?: Not tested] Android ### Expected behavior `onAdClosed` should fire each time an interstitial ad...

@EddyVerbruggen sir i have added admob plugin. create banner is working fine. but interstitial ad not showing. i have checked ad units properly. no mistake in ad units. please guide...

Calling preloadRewardedVideoAd fails with errors: > JS: Error in admob.preloadRewardedVideoAd: TypeError: Cannot read property 'getRewardedVideoAdInstance' of undefined > JS: TypeError: Cannot read property 'getRewardedVideoAdInstance' of undefined I have no Idea...

After topmost goBack, when calling the admob create banner again, I get this error ``` TypeError: Cannot read property 'addView' of null File: "/data/data/com.example.test/files/app/tns_modules/nativescript-admob/admob.js, line: 127, column: 55" ``` nativescript-admob:...

Fixing a problem where we can not see the Ads under IOS when using NativeScript 4. Iterating over the subviews to check if we are in an UIView or in...

Nativescript provides [placeholder](https://docs.nativescript.org/ui/placeholder) which can be replaced with any view at runtime. It would be great if a placeholder can be replaced with AdView using Admob. An example is given...

Hi; is it possible to add Google ads to a scrollview ? I am sure it is one of the most needed things... It would have been great if the...

enhancement
help wanted

Love your plugin but is it possible for a onAdClosed promise for the fullscreen interstitial?