Ionic Tabbar and Navbar jump up when multitasking on iOS in combination with keyboard enabled

So I have a complete app and noticed this today. The App has a Navbar at the top and a Tabbar on the bottom. Sometimes the app displays Ads via Google AdMob and sometimes it doesn’t, depending on the settings. I have to similar problems which seem related and might have the same cause:

With ads disabled:
When switching to another app in which the keyboard is enabled and then switching back via the multitask featue on iOS the tabbar jumps up to the middle of the screen and the navbar jumps up behind the status bar.
Rotating the device to landscape and back repositions the navbar and fixes the problem.

With ads enabled:
When switching to another app in which the keyboard is enabled and then switching back via the multitask featue on iOS only the navbar jumps up behind the status bar and the advertisement banner on top.
Pulling up the control center somehow repositions the navbar and fixes the problem.

On android non of this happens. The problem seems to be related to the keyboard but putting keyboard.disableScroll(true); in my app didn’t fix the problem. I also have another view for feedback which pushes an email modal on top of the application. Upon dismissing the modal the same error happens.
I attached some screen recordings of the problem and you can also download the App here to reproduce https://itunes.apple.com/de/app/mein-baseball-club/id1292365213?mt=8

Ionic Info:
cli packages: (/usr/local/lib/node_modules)

@ionic/cli-utils  : 1.19.2
ionic (Ionic CLI) : 3.20.0

global packages:

cordova (Cordova CLI) : 8.0.0 

local packages:

@ionic/app-scripts : 3.1.7
Cordova Platforms  : android 6.3.0 ios 4.5.4
Ionic Framework    : ionic-angular 3.9.2

System:

Android SDK Tools : 26.0.2
ios-deploy        : 1.9.2 
Node              : v8.9.3
npm               : 5.7.1 
OS                : macOS High Sierra
Xcode             : Xcode 9.2 Build version 9C40b 

Environment Variables:

ANDROID_HOME : /Users/Daniel/Library/Android/sdk/

Misc:

backend : pro

Plugins:
cordova-admob-sdk 0.13.1 “AdMob SDK”
cordova-plugin-actionsheet 2.3.3 “ActionSheet”
cordova-plugin-admob-free 0.13.0 “Cordova AdMob Plugin”
cordova-plugin-app-version 0.1.9 “AppVersion”
cordova-plugin-device 1.1.4 “Device”
cordova-plugin-email-composer 0.8.11 “EmailComposer”
cordova-plugin-firebase 0.1.25 “Google Firebase Plugin”
cordova-plugin-globalization 1.0.9 “Globalization”
cordova-plugin-inappbrowser 1.7.2 “InAppBrowser”
cordova-plugin-ionic-webview 1.1.16 “cordova-plugin-ionic-webview”
cordova-plugin-keyboard 1.2.0 “Keyboard”
cordova-plugin-splashscreen 4.0.3 “Splashscreen”
cordova-plugin-statusbar 2.4.0 “StatusBar”
cordova-plugin-whitelist 1.3.1 “Whitelist”
cordova-promise-polyfill 0.0.2 “cordova-promise-polyfill”
cordova-sqlite-storage 2.1.4 “Cordova sqlite storage plugin”
ionic-plugin-keyboard 2.2.1 “Keyboard”
me.tonny.cordova.plugins.multidex 0.1.0 “Cordova Multi Dex”
onesignal-cordova-plugin 2.2.5 “OneSignal Push Notifications”
uk.co.workingedge.phonegap.plugin.launchnavigator 4.1.2 “Launch Navigator”

@danielpal have you resolved the navbar moving behind status bar. I’m having this issue with keyboard and ads.