You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use this plugin, I need only put this in my index.html? I try this and no work, this is correct? I install this plugin using phonegap local plugin add THIS_REPO
Hi John - this plugin isn't yet ready for use. I had started to work on it, then got called off on other projects.
You may also consider waiting for the Steroids addon that Appgyver is working on, although it won't be free and I don't know that it will be using Google Admob. http://www.appgyver.com/steroids/addons
To use this plugin, I need only put this in my index.html? I try this and no work, this is correct? I install this plugin using phonegap local plugin add THIS_REPO
<script> window.plugins.AdMob.createBannerView( { "publisherId": "pub-9999999999999", "adSize": AdSize.BANNER, "positionAtTop": false } ); window.plugins.AdMob.requestAd( { "isTesting": true, "extras": { "key": "value" } }); </script>The text was updated successfully, but these errors were encountered: