When I try to use weekday: 1 (any number until number 7) is not working
cordova -v): 8.1.2cordova platform ls): android 7.1.4Should Trigger the notification of week day
Is not triggering at the week I add
cordova.plugins.notification.local.schedule({
text: 'Testing',
trigger: { every: { weekday: 2, hour: 9, minute: 12, second: 1}}
});
Image of console on my testing.

As you can see in the image when I use weekday is not adding to the list of schedule
I had to get this working so I made the fix, I will open PR when I have more time.
Hi, I have the same problem on iOS too .. :(
Most helpful comment
I had to get this working so I made the fix, I will open PR when I have more time.
https://github.com/jonasmedeiros/cordova-plugin-local-notifications/commit/a6cd9306946d65a5fa04db18a7a090801458b059