ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova
https://github.com/admob-plus/admob-plus
MIT License
495 stars 211 forks source link

Show ads within lists (Pic Incuded) #86

Open prantikv opened 7 years ago

prantikv commented 7 years ago

Using an app I see ads displayed with content in the form of list items or cards. See Pic Can this be done in this plugin in cordova with the webview limitation?

Thanks

chasebank commented 7 years ago

Those are native ads. I think I saw one cordova plugin that claimed to do it, but I don't trust most of them. As far as I can tell the only options are banners and interstitials.

Which is stupid... because a good alternative would be adsense, but you can't do that either because it's an "app". So which is it, an app or a webview?? Google should find a middle ground solution...

ksankumar commented 5 years ago

Is there any update for this issue? How to add AdMob as item of ListView in Android ?

tbergeron commented 5 years ago

I would LOVE to know if anybody got this working? Damn I can't believe there's not much activity on any of the cordova admob plugins... None of them works properly 👎

prantikv commented 5 years ago

@tbergeron it has been an issue because of the way cordova works. There is no direct support for web-view based ads from google. I asked another plugin dev for ad-mob. This will not be possible as the entire app is running in a web-view hence to show another web-view inside of it for admob will be impossible. I am keeping the issue open if there are any changes and things turn to a more positive side.