breautek commented on issue #1090:
URL: https://github.com/apache/cordova-docs/issues/1090#issuecomment-2722469417

   > Will <icon src="res/icon.png" /> work both for Android and iOS or must the 
1024x1024 icon be set only for iOS and Android needs still separate icons? If 
so, the none alpha channel note can be added to the iOS icon section.
   
   Android will need it's own, especially if using a rasterized image like PNG. 
In order for android's icon to fit properly within android's splashscreen 
system, the canvas is suppose to be 960x960px (240x240dp), with the center 
640px (160dp) radius being the safe area for your graphic content.
   
   Some graphics you might be able to get away with sharing the same 1024x1024 
graphic, but in most cases I think the graphic will have to be tailored to fit 
the assumptions of each platform independently.
   
   I didn't really follow along throughout the whole thread, but I think it 
will add confusion if we indicate icon asset sharing cross platform, as it will 
very likely look OK in one platform but not another.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to