I developed a hybrid app with IONIC 3 and I want to change the badge push notification ion of the app. Is it possible to change badge icon styling as showing in the sample Facebook icon?
Facebook sample badge icon:
I developed a hybrid app with IONIC 3 and I want to change the badge push notification ion of the app. Is it possible to change badge icon styling as showing in the sample Facebook icon?
Facebook sample badge icon:
I think you are able to change the color of the badge in Android. iOS won't let you modify the badge at all. This is to be cohesive with their entire platform look.
This will let you work on badges in the application: https://ionicframework.com/docs/components/#badges
This will let you work on the badges on the icon:
https://stackoverflow.com/a/41888608/5144902