[
https://issues.apache.org/jira/browse/CB-13737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16316459#comment-16316459
]
ASF GitHub Bot commented on CB-13737:
-------------------------------------
lobo87 commented on issue #146: CB-13737 (iOS): fix Splash screen images for
iPhone X
URL:
https://github.com/apache/cordova-plugin-splashscreen/pull/146#issuecomment-355993477
was thinking about creating a PR on my own, then saw your solution. We have
nearly the same implementation, with the only difference that i split up
iphone6Plus and iPhoneX conditions for more readability.
However +1 for your solution!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Splash screen images are resized incorrectly on iPhone X
> --------------------------------------------------------
>
> Key: CB-13737
> URL: https://issues.apache.org/jira/browse/CB-13737
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-plugin-splashscreen
> Environment: iOS 11 / iPhone X
> Reporter: jcesarmobile
> Assignee: jcesarmobile
> Labels: splashscreen
>
> When not using storyboard, the splash images are not correctly resized for
> iPhone X. So when it switches from the launch image to the splash image there
> is a noticeable change.
> Also, the landscape image is not displayed, it will show the portrait one.
> {code}
> <splash height="2436" platform="ios" src="res/screens/ios/Default-2436h.png"
> width="1125" />
> <splash height="1125" platform="ios"
> src="res/screens/ios/Default-Landscape-2436h.png" width="2436" />
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]