-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
Hey,
I followed your steps and implemented AdMob successfully in my Ionic App. Unfortunately the ad is overlapping my tabs. Are there any more settings to avoid this behavior or is it a problem with Ionic?
My settings for the ad are:
const options: AdOptions = {
adId: "ca-app-pub-3940256099942544/6300978111",
adSize: AdSize.SMART_BANNER,
position: AdPosition.BOTTOM_CENTER
};
Ionic info:
Ionic:
ionic (Ionic CLI) : 4.12.0 (/home/leiche/.nvm/versions/node/v10.15.3/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 4.2.0
@angular-devkit/build-angular : 0.13.8
@angular-devkit/schematics : 7.2.4
@angular/cli : 7.3.8
@ionic/angular-toolkit : 1.4.1
System:
NodeJS : v10.15.3 (/home/leiche/.nvm/versions/node/v10.15.3/bin/node)
npm : 6.4.1
OS : Linux 4.15
package.json
"dependencies": {
"@angular/common": "^7.2.2",
"@angular/core": "^7.2.2",
"@angular/forms": "^7.2.2",
"@angular/http": "^7.2.2",
"@angular/platform-browser": "^7.2.2",
"@angular/platform-browser-dynamic": "^7.2.2",
"@angular/router": "^7.2.2",
"@capacitor/android": "^1.0.0-beta.19",
"@capacitor/cli": "^1.0.0-beta.19",
"@capacitor/core": "^1.0.0-beta.19",
"@ionic-native/core": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^4.1.0",
"capacitor-admob": "0.0.8",
"core-js": "^2.5.4",
"rxjs": "~6.3.3",
"zone.js": "~0.8.29"
},
Thanks and all the best.
Metadata
Metadata
Assignees
Labels
No labels