You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/14 17:37:27 UTC

[GitHub] [cordova-plugin-splashscreen] mosababubakr commented on a change in pull request #239: Update readme.md by adding missing info

mosababubakr commented on a change in pull request #239: Update readme.md by adding missing info
URL: https://github.com/apache/cordova-plugin-splashscreen/pull/239#discussion_r346451523
 
 

 ##########
 File path: README.md
 ##########
 @@ -158,6 +160,7 @@ There are two mechanisms for displaying a launch screen on iOS:
 Apple is moving away from legacy launch images. There is no official support for providing a native-resolution launch image for the iPad Pro 12.9 or for providing launch images that work with split-screen multitasking or slide-over. If your app doesn't need to support these contexts, then you can continue to use legacy launch images for as long as you like. 
 
 The preferred method of providing launch images is to use a launch storyboard. For native app developers, the ideal launch storyboard is an unpopulated version of the app's user interface at launch. For non-native app developers who don't wish to learn Interface Builder, however, this plugin simulates the legacy launch image method as much as is feasible.
+> Note: Since ios 11, for iphone x devices and greater (with notch screen) you should switch to the new storyboard splash screens, taking into account to add viewport-fit=cover to the viewport meta tag in your index.html file to display the app correctly, and make some modification to your app style (css file) by using: padding: env(safe-area-inset-top) to avoid the "unsafe" areas behind notches in the screen.
 
 Review comment:
   Thanks for info

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org