Display Unread Message Count in App Icon

Unread message count already implemented within the app. How can I display this value in App Icon.

I want the user to see how many messages unread before he launches the app.

Thanks

This is done outside of Framework7, by using a plugin, and is called a ‘app badge’. For example I used cordova-plugin-firebase a few times, and that includes a API method to set or clear the app badge.

image

2 Likes

Thanks. I will try this plugin.