Layout problem on Android devices

On the last build of our app for Android a layout issue did appear. The problem is that there is few pixels missing on top of the page (see screenshot).

The problem doesn’t appear on ios or in desktop browsers.

On the branch where the bug happens we upgrade our packages, maybe it’s related to that.

Here is the version of the cordova plugins that we use: (in bold it’s the one that were updated)
"cordova-android": “10.1.2”,
“cordova-clipboard”: “1.3.0”,
"cordova-ios": “6.2.0”,
“cordova-ios-plugin-no-export-compliance”: “0.0.6”,
“cordova-plugin-device”: “2.0.3”,
"cordova-plugin-inappbrowser": “5.0.0”,
"cordova-plugin-intercom": “10.2.0”,
“cordova-plugin-ionic-keyboard”: “2.2.0”,
“cordova-plugin-screen-orientation”: “3.0.2”,
"cordova-plugin-splashscreen": “6.0.1”,
"cordova-plugin-statusbar": “3.0.0”,

Someone faced something similar?

Did you add any extra css to change something the header/toolbar?

No, nothing like that.

I found the solution.
I just had to set the property overlaysWebView (from cordova-plugin-statusbar) to false.