[ 
https://issues.apache.org/jira/browse/CB-6191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074824#comment-15074824
 ] 

Sergey Shakhnazarov commented on CB-6191:
-----------------------------------------

[This 
commit|https://github.com/apache/cordova-plugin-splashscreen/commit/75327c88e4463ef3e3507424e4bb411c4365b9ca]
 is a fix for iPhone landscape-only apps splashscreen image rotation.

The following config.xml preference should be used for iPhone (see [Icons and 
Splash Screens|http://cordova.apache.org/docs/en/dev/config_ref/images.html] 
for more details):
{code}
<platform name="ios">
...
    <splash src="res/screen/ios/Default~iphone.png" width="320" height="480"/>
    <splash src="res/screen/ios/Default@2x~iphone.png" width="640" 
height="960"/>
{code}

[~glmnbeyond], could you please test this with the latest version?

{code}
cordova plugin add https://github.com/apache/cordova-plugin-splashscreen
{code}

> Failed to show splash image when running cordova on 3.5-inch devices or 
> simulators
> ----------------------------------------------------------------------------------
>
>                 Key: CB-6191
>                 URL: https://issues.apache.org/jira/browse/CB-6191
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin SplashScreen
>         Environment: splash-screen v0.2.7
> iOS
>            Reporter: glmnbeyond
>
> If I run Cordova app on 3.5-inch devices or simulators, the splash image is 
> not displayed.
> We can run mobile-spec->Splashscreen test to reproduce this phenomenon.
> I believe this bug is imported by commit 
> https://github.com/apache/cordova-plugin-splashscreen/commit/75327c88e4463ef3e3507424e4bb411c4365b9ca
> The reason is that it can't find image which is named "Default-Portrait".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to