DEV Community

Server Broad
Server Broad

Posted on

Answer: Status Bar on iOS Background Color

Okay so after referring to:

The issue occurs in iOS 11, and cordova-ios-4.5.0 and is simply solved by adding the cover value to viewport-fit as follows in your index.html:

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

Top comments (0)