[
https://issues.apache.org/jira/browse/CB-9287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15261808#comment-15261808
]
Chris Pitt commented on CB-9287:
--------------------------------
My config.xml specifies the following splash screens and icons for Windows, but
the current cordova version only supports half of them:
<icon src="resources/windows/icon/Square16x16Logo.png" width="16"
height="16" />
<icon src="resources/windows/icon/Square24x24Logo.scale-100.png"
width="24" height="24" />
<icon src="resources/windows/icon/Square24x24Logo.scale-125.png"
width="30" height="30" />
<icon src="resources/windows/icon/Square24x24Logo.scale-140.png"
width="33" height="33" />
<icon src="resources/windows/icon/Square24x24Logo.scale-150.png"
width="36" height="36" />
<icon src="resources/windows/icon/Square24x24Logo.scale-200.png"
width="48" height="48" />
<icon src="resources/windows/icon/Square24x24Logo.scale-240.png"
width="58" height="58" />
<icon src="resources/windows/icon/Square24x24Logo.scale-400.png"
width="96" height="96" />
<icon src="resources/windows/icon/Square44x44Logo.scale-100.png"
width="44" height="44" />
<icon src="resources/windows/icon/Square44x44Logo.scale-125.png"
width="55" height="55" />
<icon src="resources/windows/icon/Square44x44Logo.scale-140.png"
width="62" height="62" />
<icon src="resources/windows/icon/Square44x44Logo.scale-150.png"
width="66" height="66" />
<icon src="resources/windows/icon/Square44x44Logo.scale-200.png"
width="88" height="88" />
<icon src="resources/windows/icon/Square44x44Logo.scale-400.png"
width="176" height="176" />
<icon src="resources/windows/icon/Square48x48Logo.png" width="48"
height="48" />
<icon src="resources/windows/icon/Square50x50Logo.scale-100.png"
width="50" height="50" />
<icon src="resources/windows/icon/Square50x50Logo.scale-125.png"
width="63" height="63" />
<icon src="resources/windows/icon/Square50x50Logo.scale-140.png"
width="70" height="70" />
<icon src="resources/windows/icon/Square50x50Logo.scale-150.png"
width="75" height="75" />
<icon src="resources/windows/icon/Square50x50Logo.scale-200.png"
width="100" height="100" />
<icon src="resources/windows/icon/Square50x50Logo.scale-240.png"
width="120" height="120" />
<icon src="resources/windows/icon/Square50x50Logo.scale-400.png"
width="200" height="200" />
<icon src="resources/windows/icon/Square70x70Logo.png" width="70"
height="70" />
<icon src="resources/windows/icon/Square71x71Logo.scale-100.png"
width="71" height="71" />
<icon src="resources/windows/icon/Square71x71Logo.scale-125.png"
width="89" height="89" />
<icon src="resources/windows/icon/Square71x71Logo.scale-140.png"
width="99" height="99" />
<icon src="resources/windows/icon/Square71x71Logo.scale-150.png"
width="107" height="107" />
<icon src="resources/windows/icon/Square71x71Logo.scale-200.png"
width="142" height="142" />
<icon src="resources/windows/icon/Square71x71Logo.scale-400.png"
width="284" height="284" />
<icon src="resources/windows/icon/Square150x150Logo.scale-100.png"
width="150" height="150" />
<icon src="resources/windows/icon/Square150x150Logo.scale-125.png"
width="188" height="188" />
<icon src="resources/windows/icon/Square150x150Logo.scale-140.png"
width="210" height="210" />
<icon src="resources/windows/icon/Square150x150Logo.scale-150.png"
width="225" height="225" />
<icon src="resources/windows/icon/Square150x150Logo.scale-200.png"
width="300" height="300" />
<icon src="resources/windows/icon/Square150x150Logo.scale-400.png"
width="600" height="600" />
<icon src="resources/windows/icon/Square310x150Logo.scale-100.png"
width="310" height="150" />
<icon src="resources/windows/icon/Square310x150Logo.scale-125.png"
width="388" height="188" />
<icon src="resources/windows/icon/Square310x150Logo.scale-140.png"
width="434" height="210" />
<icon src="resources/windows/icon/Square310x150Logo.scale-150.png"
width="465" height="225" />
<icon src="resources/windows/icon/Square310x150Logo.scale-200.png"
width="620" height="300" />
<icon src="resources/windows/icon/Square310x150Logo.scale-400.png"
width="1240" height="600" />
<icon src="resources/windows/icon/Square256x256Logo.png" width="256"
height="256" />
<icon src="resources/windows/icon/Square310x310Logo.scale-100.png"
width="310" height="310" />
<icon src="resources/windows/icon/Square310x310Logo.scale-125.png"
width="388" height="388" />
<icon src="resources/windows/icon/Square310x310Logo.scale-150.png"
width="465" height="465" />
<icon src="resources/windows/icon/Square310x310Logo.scale-200.png"
width="620" height="620" />
<icon src="resources/windows/icon/Square310x310Logo.scale-400.png"
width="1240" height="1240" />
<splash src="resources/windows/splash/splashscreen.scale-100.png"
width="620" height="300"/>
<splash src="resources/windows/splash/splashscreen.scale-125.png"
width="775" height="375"/>
<splash src="resources/windows/splash/splashscreen.scale-150.png"
width="930" height="450"/>
<splash src="resources/windows/splash/splashscreen.scale-200.png"
width="1240" height="600"/>
<splash src="resources/windows/splash/splashscreen.scale-400.png"
width="2480" height="1200"/>
<splash src="resources/windows/splash/splashscreenphone.scale-100.png"
width="480" height="800"/>
<splash src="resources/windows/splash/splashscreenphone.scale-140.png"
width="672" height="1120"/>
<splash src="resources/windows/splash/splashscreenphone.scale-240.png"
width="1152" height="1920"/>
> Not enough Icons and Splashscreens for Windows 8.1 and Windows Phone 8.1
> ------------------------------------------------------------------------
>
> Key: CB-9287
> URL: https://issues.apache.org/jira/browse/CB-9287
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Plugin SplashScreen, Windows
> Affects Versions: 4.0.0
> Environment: Cordova 4.0.0, Windows Platform 3.7.1
> Reporter: Dennis Patzer
> Assignee: Jesse MacFadyen
> Labels: triaged, windows
> Attachments: splashscreens_windows_universal_app.jpg
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> For some reason, for example only one splashscreen size is supported
> (620x300). When I add other sizes by adding the following line:
> <splash
> src="../resources/themes/windows-phone/img/splashscreen/splashscreen.scale-140.png"
> width="868" height="420" />
> The image isn't copied to the cordova/platforms/windows/images folder when
> building. This is the reason why it's also not included and referenced in the
> resulting package.windows.appxmanifest.
> Why is that?? Or am I doing something wrong?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]