sunnycupertino / cordova-plugin-admob-simple

Cordova plugin allowing Admob interstitials and banner ads.
MIT License
164 stars 150 forks source link

Meteor 1.6.1 GenericAdPlugin: Invalid action passed: createBannerView #29

Closed lugaru90 closed 6 years ago

lugaru90 commented 6 years ago

Hey,

so im using this plugin in meteor 1.6.1. On Client startup, Admob is initialized and events are registered. By clicking a button, i'm calling: window.plugins.AdMob.createBannerView();

This Results in the following console output: W/GenericAdPlugin: Invalid action passed: createBannerView

Same happens for functions like showAd() etc. Same happens by calling the commands over the console.

Any ideas? Thanks :)

sunnycupertino commented 6 years ago

Sounds like meteor is not initializing the java side functions. We are not meteor experts, don't know about it, sorry.