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">
And
September 29, 2017, 4:23pm
2
i think it’s tied in with the cordova status bar bug in iOS11: https://issues.apache.org/jira/browse/CB-12886
geopan
October 25, 2017, 1:14pm
3
I have the same problem. use WKWebview instead of UIWebview will solved the problem. but a fatal problem using http.post with WKWebview.
MGA93
August 4, 2020, 4:31pm
5
I fix the issue with this (ionic v3): Status bar overlaps navbar content