I’ve already implemented Admob by using cordova plugin on Ionic.
But now I’m going to show Admob unit inside of html tags, i.e. div or li.
My goal like this:
Item1
Item2
Item3
AdMob-1
Item4
Item5
Item6
AdMob-2
Item7
...
I just want do this by using html div instead of Android native listview:
Did you ever manager to figure this out? I too am looking to do the same, but currently the ad shows at the bottom of the page in a sub-view, and the list scrolls behind it.