sunnycupertino / cordova-plugin-admob-simple

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

Hiding/overlapping banner ad when keyboard displays #8

Closed stillatmylinux closed 7 years ago

stillatmylinux commented 7 years ago

Is there a way for the keyboard to overlap the banner or do I have to catch the keyboard open/close events to hide/show the banner manually?

sunnycupertino commented 7 years ago

Yes you will need to detect it. Apparently this plugin https://www.npmjs.com/package/ionic-plugin-keyboard can help with that.