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

ASF GitHub Bot commented on CB-3571:
------------------------------------

Github user AxelNennker commented on the pull request:

    https://github.com/apache/cordova-docs/pull/220#issuecomment-49010261
  
    Splashscreen support works for the blackberry10 without any special 
blackberry10_parser.js support because blackberry10_parser.js copies the whole 
config.xml to platform_www and rim:splash is supported natively by the platform.
    So <platform name="blackberry10">
            <rim:splash src="splash-1024x600.png" />
            <rim:splash src="splash-600x1024.png" />
            <rim:splash src="splash-1280x768.png" />
            <rim:splash src="splash-768x1280.png" />
        </platform>
    works while a cross platform splash element is not supported by Cordova.
    
    This does not currently work for blackberry10
    <widget xmlns...>
        <splash src="path/to/cross/platform/splash.png" />
    ...
    </widget>
    
    It seems quite easy to change each splash element in the default namespace 
to a rim:splash when config.xml is copied over to platform_www.
    
    -Axel


> Add support for <splash> elements in config.xml
> -----------------------------------------------
>
>                 Key: CB-3571
>                 URL: https://issues.apache.org/jira/browse/CB-3571
>             Project: Apache Cordova
>          Issue Type: Wish
>          Components: CLI
>    Affects Versions: Master
>            Reporter: Michael Brooks
>            Assignee: Lorin Beer
>
> Similar to adding support for the {{<icon>}} element, we should add support 
> for the splash screen.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to