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
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.
Thanks. I will try this plugin.