You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2014/03/19 10:26:43 UTC

[jira] [Commented] (CB-6308) WP8. Add Splash Screen img support via config.xml preference

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

Sergey Grebnov commented on CB-6308:
------------------------------------

Example configuration for WP8

    <preference name="SplashScreen" value="SpashScreenImage-Default.jpg"/>
    <platform name="wp8">
        <preference name="SplashScreen" value="assets\SplashScreenImage-WP8.jpg"/>
    </platform>

> WP8. Add Splash Screen img support via config.xml preference
> ------------------------------------------------------------
>
>                 Key: CB-6308
>                 URL: https://issues.apache.org/jira/browse/CB-6308
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: CLI, WP8
>            Reporter: Sergey Grebnov
>            Assignee: Sergey Grebnov
>
> Right now there is no way to specify new splash screen image for WP8 via config.xml. Propose to implement this as Android does  - via special preference
> <preference name="SplashScreen" value="value" />
> http://cordova.apache.org/docs/en/3.4.0/config_ref_images.md.html#Icons%20and%20Splash%20Screens_splash_screens_for_the_android_platform



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