You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Benny Görlitz (JIRA)" <ji...@apache.org> on 2016/03/10 13:57:40 UTC

[jira] [Commented] (CB-8657) app icon config declaration not working for fire os

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

Benny Görlitz commented on CB-8657:
-----------------------------------

any updates?


> app icon config declaration not working for fire os
> ---------------------------------------------------
>
>                 Key: CB-8657
>                 URL: https://issues.apache.org/jira/browse/CB-8657
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Amazon FireOS (deprecated)
>    Affects Versions: 3.5.0
>         Environment: i used newest cordova 4.3
>            Reporter: Benny Görlitz
>            Assignee: Archana Naik
>            Priority: Minor
>
> it seems that the icon declaration is not working properly.
> it does not matter what i configure for plarform amazon-fireos:
> {code}
>     <platform name="amazon-fireos">
>         <icon src="res/appicon-fireos.png" />
>     </platform>
> {code}
> only the android platform setting take affect, so i'm forced to configure android like this:
> {code}
>     <platform name="android">
>         <!-- you can use any density that exists in the Android project -->
>         <icon src="res/android/drawable-hdpi/appicon.png" density="hdpi" />
>         <icon src="res/android/drawable-ldpi/appicon.png" density="ldpi" />
>         <icon src="res/android/drawable-mdpi/appicon.png" density="mdpi" />
>         <!--use big icon for fireos coverflow here, platform settings currently not supported for fireos icon -->
>         <icon src="res/appicon-fireos.png" density="xhdpi" />
>         <icon src="res/appicon-fireos.png" density="xxhdpi" />
>         <icon src="res/appicon-fireos.png" density="xxxhdpi" />
> </platform>
> {code}
> thats because fireos has big coverflow app icons that are very blurry with default android settings.
> please use android icon settings only in case of fallback when no amazon-fireos setting is existent.
> cheers



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org