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

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

Github user SunboX commented on the pull request:

    https://github.com/apache/cordova-windows/pull/149#issuecomment-194349294
  
    You should allow scale 200 images for UWP10 apps. The scale 100 images look 
a bit blurry on a Lumia 950 and scale 240 is no longer supported:
    
    ```js
        // Platform default images
        var platformImages = [
            {dest: 'Square150x150Logo.scale-100.png', width: 150, height: 150},
            {dest: 'Square150x150Logo.scale-200.png', width: 300, height: 300},
            {dest: 'Square30x30Logo.scale-100.png', width: 30, height: 30},
            {dest: 'StoreLogo.scale-100.png', width: 50, height: 50},
            {dest: 'SplashScreen.scale-100.png', width: 620, height: 300},
            {dest: 'SplashScreen.scale-200.png', width: 1240, height: 600},
            // scaled images are specified here for backward compatibility only 
so we can find them by size
            {dest: 'StoreLogo.scale-240.png', width: 120, height: 120},
            {dest: 'Square44x44Logo.scale-100.png', width: 44, height: 44},
            {dest: 'Square44x44Logo.scale-200.png', width: 88, height: 88},
            {dest: 'Square44x44Logo.scale-240.png', width: 106, height: 106},
            {dest: 'Square70x70Logo.scale-100.png', width: 70, height: 70},
            {dest: 'Square71x71Logo.scale-100.png', width: 71, height: 71},
            {dest: 'Square71x71Logo.scale-200.png', width: 142, height: 142},
            {dest: 'Square71x71Logo.scale-240.png', width: 170, height: 170},
            {dest: 'Square150x150Logo.scale-240.png', width: 360, height: 360},
            {dest: 'Square310x310Logo.scale-100.png', width: 310, height: 310},
            {dest: 'Square310x310Logo.scale-200.png', width: 620, height: 620},
            {dest: 'Wide310x150Logo.scale-100.png', width: 310, height: 150},
            {dest: 'Wide310x150Logo.scale-240.png', width: 744, height: 360},
            {dest: 'SplashScreenPhone.scale-240.png', width: 1152, height: 1920}
        ];
    ```


> Windows MRT images are not parsed from config.xml
> -------------------------------------------------
>
>                 Key: CB-10622
>                 URL: https://issues.apache.org/jira/browse/CB-10622
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib, Windows
>    Affects Versions: 6.0.0
>            Reporter: Andor Polgari
>            Assignee: Sergey Grebnov
>              Labels: mustfix, triaged
>
> MRT images on Windows are not working correctly through the config.xml file. 
> "Target" attribute is not parsed from config and not all kind of images are 
> recognized ("scale" only, "targetsize" images are ignored)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to