Skip to content

Is there a way to have notifications with sounds and vibrations? #59

@szm-R

Description

@szm-R

Hi,

I am not an android programmer, and so far I was able to customize this app by tweaking the index.js file.

As far as I have understood, the code uses Cordova Local-Notification Plugin to generate notifications. In this link, it is as if notifications come with a sound as a default, but that's not the case for me. I tried to add the following lines to index.js file to include vibrations, but nothing happened:

cordova.plugins.notification.local.setDefaults({ led: { color: '#FF00FF', on: 500, off: 500 }, vibrate: true });

I would appreciate any help in this matter!
Thank you.

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