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

Sijmen Mulder commented on CB-863:
----------------------------------

Turns out that {{localizedInfoDictionary}} returns only localized keys so this 
breaks if localization isn’t used. I’ve attached a new patch (v2) that uses 
{{objectForInfoDictionaryKey}} instead, which uses the localized value if 
available or the regular one otherwise.
                
> Splash screen on iOS not using localized UILaunchImageFile value
> ----------------------------------------------------------------
>
>                 Key: CB-863
>                 URL: https://issues.apache.org/jira/browse/CB-863
>             Project: Apache Cordova
>          Issue Type: Bug
>         Environment: iOS
>            Reporter: Sijmen Mulder
>            Priority: Minor
>             Fix For: 1.9.0
>
>         Attachments: CB-863.diff, CB-863.patch
>
>
> While {{CDVViewController}}’s {{showSplashScreen}} uses the value of 
> UILaunchImageFile to locate the splash image, it does not use the localized 
> value, while the OS itself does. This means the incorrect splash screen can 
> be shown.
> On the iPhone, the {{UILaunchImageFile}} value isn’t used at all.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to