[
https://issues.apache.org/jira/browse/CB-3571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14031668#comment-14031668
]
ASF GitHub Bot commented on CB-3571:
------------------------------------
Github user AxelNennker commented on the pull request:
https://github.com/apache/cordova-lib/pull/30#issuecomment-46097179
Tested with this config.xml
<platform name="android">
<splash src="../img/splash-land-hdpi.png" density="land-hdpi"/>
<splash src="../img/splash-land-ldpi.png" density="land-ldpi"/>
<splash src="../img/splash-land-mdpi.png" density="land-mdpi"/>
<splash src="../img/splash-land-xhdpi.png" density="land-xhdpi"/>
<splash src="../img/splash-port-hdpi.png" density="port-hdpi"/>
<splash src="../img/splash-port-ldpi.png" density="port-ldpi"/>
<splash src="../img/splash-port-mdpi.png" density="port-mdpi"/>
<splash src="../img/splash-port-xhdpi.png" density="port-xhdpi"/>
</platform>
The paths to the PNGs are relative to the project_dir NOT relative to 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: Mark Koudritsky
>
> 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)