chemerisuk / cordova-plugin-firebase-messaging

Cordova plugin for Firebase Cloud Messaging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No sound on some devices (Android)

alexseyrakov opened this issue · comments

No sound on some Android devices (Vivo and some Samsung).
Notifications come and you can see them on the lock screen.
In the settings on the devices, the sound of notifications is allowed.

    "notification": {
        "body": "my body",
        "title": "my title",
        "sound": "default" 
    },