Ion-search and cordova-plugin-ionic-keyboard: Clear button breaks tabs layout

Pressing the circle-x clear button inside the search input field pops my bottom tabs up above the keyboard. See screenshot.

I’m using cordova-plugin-ionic-keyboard@2.0.5 with the following settings…

    <preference name="KeyboardResizeMode" value="native" />
    <preference name="HideKeyboardFormAccessoryBar" value="false" />

Using <preference name="KeyboardResize" value="false" /> seems to fix the issue on iOS, but not on Android (where the issue is not dependent on the clear button but is actually always an issue when the keyboard is open).