Skip to content

How to show badge count in app icon for Oppo (Android) #380

Open
@aravindforums1

Description

@aravindforums1

Hi, i tried same as mention in GitHub, but count not show in app icon, below code i added in ondeviceready function in index.js file, i am developing android app in Cordova.

int badgeCount = 1; ShortcutBadger.applyCount(context, badgeCount); //for 1.1.4+ ShortcutBadger.with(getApplicationContext()).count(badgeCount); //for 1.1.3

Any reply much appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions