Github user mhartington commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/85 This pr does not address everything. In order to have full iPhoneX support you need the following 1) `viewport-fit=cover` added to your meta tag, this will tell the webview to use the full screen real estate 2) A launch storyboard image for your splashscreen. This is a single 2732x2732 image that will be cropped to fix different screen sizes. An example project can be found here. https://github.com/kerrishotts/lsb-example-simple What this PR _DOES_ is address a sizing issue for the statusbar plugin. Since it was hardcoded to 20px, it would create a small gap when you used viewport-fit and the storyboard image.  But applying this fix, along with the others, you can remove that gap. 
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org