-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AdMob Interstitials #20
Comments
I needed it too, so I hired a freelancer to make it since I'm not good at the module stuff. |
Wow. Thank you so much for sharing. I really appreciate it! |
@bitfabrikken Thank you, great work! Interstitial works very well ! |
@ottopic I haven't - haven't tried either - not sure how to do it :) |
Ok, thanks. I hope someone will update it. Best regards |
When I run on device there is a strange warning: Cannot find an ad network adapter with the name(s): ( Does it depends by my code ? |
Thanks, Interstitials works fine with your pull request. I had to put the "view" outside the window and set a minimum width and height: var adInterstitial = Admob.createView({
bottom: -1,
width: 1,
height: 1,
adUnitId: 'ca-app-pub-xxx',
adBackgroundColor: '#fff',
isInterstitial: true
});
win.add(adInterstitial); Otherwise there seems to be a invisible layer over the screen that prevents all UI elements to be clickable. So now we have Interstitial support for iOS but Android is still missing? The module "Admob Pro" from the marketplace seems to be outdated and unsupported. |
Hi-
I would like to thank all of the contributors to this module, it has been important to us and your hard work is truly appreciated.
I wanted to find out, as I have tried to do my diligence in research, does this module support AdMob Interstitial and if show can you point me to some documentation on how to execute for iOS?
Thanks!
The text was updated successfully, but these errors were encountered: