Empty space at bottom of app if keyboard is dismissed and disableScroll is set to true

Title. Is there a fix/workaround for this?

EDIT: the empty space is not that visible in the screenshots, but it’s ~20px of empty space at the bottom of the input/tabs.

Before opening keyboard:

After opening keyboard:
IMG_0338

Even after I pop out of the page, there is space at the bottom of the app:
IMG_0339

I’m using an iPhone 8.

In my app module:

imports: [
    IonicModule.forRoot(MyApp, {scrollAssist:false, autoFocusAssist:false}),
],

In my app component:

this.platform.ready().then(() => {
    this.keyboard.disableScroll(true);
});

ionic info:

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

@ionic/cli-utils  : 1.19.1
ionic (Ionic CLI) : 3.19.1

global packages:

cordova (Cordova CLI) : 8.0.0 

local packages:

@ionic/app-scripts : 1.3.8
Cordova Platforms  : android 6.4.0 ios 4.5.4
Ionic Framework    : ionic-angular 3.4.2

System:

ios-deploy : 1.9.2 
Node       : v8.9.2
npm        : 5.6.0 
OS         : macOS High Sierra
Xcode      : Xcode 9.2 Build version 9C40b 

Environment Variables:

ANDROID_HOME : not set

Misc:

backend : pro