javascript - Ionic - Admob - Banner is always shown on top with overlap:true -
this plugin using https://github.com/appfeel/admob-google-cordova/
var options = { publisherid: api_keys.test_admob_id adsize: 'banner', bannerattop: false, overlap: true, offsetstatusbar: true, istesting: true, adextras: {} } this options object.
i've set overlap: true fix view flickering issue, fixed. got problem ad position, overlap: true, ads shown @ top, want them shown @ bottom only. i've set bannerattop: false, still didn't work.
can please let me know fix.
Comments
Post a Comment