Viewport-fit=cover adding 20px more to scroll-content white space

When i am adding viewport-fit=cover ion-content is pushing 20px down for no reason. Without viewport-fit=cover it’s working fine. Any guess how can i solve this and what is the issue?

<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">

32 AM

i think it’s tied in with the cordova status bar bug in iOS11: https://issues.apache.org/jira/browse/CB-12886

I have the same problem. use WKWebview instead of UIWebview will solved the problem. but a fatal problem using http.post with WKWebview.

Is this the same?

I fix the issue with this (ionic v3): Status bar overlaps navbar content