-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Android Marshmallow 6.0 push icon #422
Comments
What |
I have With this setup and config, on my real device, Samsung Galaxy S4, it works as expected. |
Here it is how the icons look: http://imgur.com/a/dBk7g This is from the emulator taken, but it's the same on the real device but I don't have access to that all the time |
Also, in console, when I push I get: |
Does the icon appears in |
Yes, the But I think the problem is that my icon is not transparent. I think I need to create the small one transparent and the large one from the external source. No sure how I'll handle this because my icon is not transparent. Damn material design. Any tips on this? Should I micro manage all icons? |
Guys, since this is changed in android 6.0, wont be great to have a config where to specify the path to the small icon that is changed and leave the rest as it was? |
@adyz all of this is documented at: https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/PAYLOAD.md#images I consider this issue to be closed. You use the There is no sense fighting the Material guidelines as this has been a fact of life since Android 5.0. You'll have to work on an icon that has some transparency. Use the transparent pixels like the M in a Gmail icon to provide differentiation. |
This thread has been automatically locked. |
I have an issue regarding the icon for push notifications in Android Marshmallow 6.0
On all other devices tested, the icon looks as wanted, but on Marshmallow the icon is just an white box.
I have the icon set generated with ionic
iconic resources
My init looks like this:
Do I need to change something in my config.xml or in the init or in the json set with the push service?
The text was updated successfully, but these errors were encountered: