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

David Azevedo commented on CB-12117:
------------------------------------

Hi Sergrey,

Sorry for the delay to respond.
I made tests and found a clear way to reproduce.
Ios simulator is not needed to reproduce the issue.

The issue is with the image: Default-568h@2x~iphone.png and only 
[email protected] and above.

What happens is that in our config.xml que put our app customized splashscreen 
like bellow
<splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" 
width="640"

Then we do:
$ cordova platform add [email protected]
Then you navigate to 
/platforms/ios/[project_name]/images.xcassets/LaunchImage.launchimage

And you will see that the file is the cordova default one for 
Default-568h@2x~iphone.png and not your customized one.

Cordova is copying the default file instead of copy the one defined in 
config.xml for this specific size "Default-568h@2x~iphone"

Hope you can reproduce now, you will need to edit the cordova default 
Default-568h@2x~iphone file and fill all the image with a solid color or 
something like that and place it in the folder
/[project_dir]/resources/ios/splash/    (this is outside the /platforms folder)

Thank you!

> Cordova-ios iphone 5 splashscreen stoped working between cordova-ios 4.1.1 - 
> 4.2.0 (cordova default splashscreen is loaded)
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-12117
>                 URL: https://issues.apache.org/jira/browse/CB-12117
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin SplashScreen
>    Affects Versions: 6.0.0
>         Environment: Cordova >= 6.0.0
>            Reporter: David Azevedo
>              Labels: ios, no-repro, triaged, wfc
>
> Sorry if i created the issue on the wrong tracker, could not find a cordova 
> ios tracker
> I was using cordova ios 4.2.0 and had this problem, when i downgrade to 4.1.0 
> the problem was gone. I didnt had time to test if 4.1.1 also solves the 
> problem. Please fix as soon as possible so we can catch up the latests 
> cordova ios versions



--
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