-
Notifications
You must be signed in to change notification settings - Fork 291
🆕 Remove image transparency from iOS icon-1024.png #109
base: master
Are you sure you want to change the base?
Conversation
- - - - add new command: --i1024bg=<color> (color can be red,blue,#fff,#e2e2e2)
Hmm. I couldnt get this to work... |
cordova-icon --icon=../original.png --i1024bg=magenta |
Hmm, i thought --i1024bg is optional...
…On Thu, 9 Nov 2017 at 00:27 Wuglyak Bolgoink ***@***.***> wrote:
@ccorcos <https://github.com/ccorcos>
[image: image]
<https://user-images.githubusercontent.com/2271337/32595412-2bb68186-c530-11e7-8b60-be0b579092e0.png>
cordova-icon --icon=../original.png --i1024bg=magenta
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#109 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABth3xZymk6DCqPiaKlJ8zGY1UPQLntzks5s0reDgaJpZM4QWhd6>
.
|
@ccorcos It is. If not specified, it defaults to white. Look at line 17 of index.js in the PR |
Yeah, I see that works, but the icon is not showing up when I build the app... |
@ccorcos which cordova-ios version you have? try
|
4.4.0
…On Thu, 30 Nov 2017 at 00:20 Wuglyak Bolgoink ***@***.***> wrote:
@ccorcos <https://github.com/ccorcos> which cordova-ios version you have?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#109 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABth3xECyge00X4yab-Nf4xgkS0-NAf8ks5s7mUxgaJpZM4QWhd6>
.
|
@ccorcos in cordova-ios <v4.5.2 there are no automatically changes in *-info.plist files or in other files. You should do it manually! See: https://cordova.apache.org/announcements/2017/10/16/ios-release.html After I upgraded until v4.5.3 and generated icons, all was OK! |
Alright. In my config.xml:
In my package.json:
Here's the code I'm running.
When I build the application, there no icon... |
I used
I just had to |
@AlexDisler Any updates if we can merge it? |
add new command: --i1024bg= (color can be red,blue,#fff,#e2e2e2)