I have made an app in ionic 3 and configured an AdMob banner at the bottom which works (almost) perfectly. Whenever I open the keyboard and close it afterwards, my tab menu at the bottom just slips behind that AdMob banner.
I already tried to add margins or change the height of app-nav but all of this just resulted in weird, unwanted behaviour.
On the settings page, I also have a button which triggers the EmailComposer, when I close that Email afterwards, the exact same thing happens again.
When the AdMob ad is changed, the tabs just jump right back to their original location (where they should be). I also tried destroying/hiding the ad and then re-showing it when the keyboard is closed but this also, didn‘t change anything about the behaviour.