You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
I have the ic_message_white_24dp.png in my platform/res/drawables folder and still get nothing. The small icon background color is working correctly with "blue"
The text was updated successfully, but these errors were encountered:
I don't know if it would matter, but all examples I know specify the icon property without the extension name. Please try again with the following code and report back:
Hello.
Push plugin has been working great for me until i recently updated cordova to 5.2 and the pushplugin to 1.4.2.
After my upgrade, my push notifications and large icons still worked, but my small icon is always just a white square.
var push = PushNotification.init({
"android": {"senderID": "###", "icon" : 'ic_message_white_24dp.png', "iconColor" : "blue"},
"ios": {},
"windows": {}
});
I have the ic_message_white_24dp.png in my platform/res/drawables folder and still get nothing. The small icon background color is working correctly with "blue"
The text was updated successfully, but these errors were encountered: