Closed evripidesk closed 1 month ago
also how can I schedule a notification for daily base and start from a specific date>? Itry the firstAt but now working
the same issue for me, all days working fine except Sunday
I found a workaround you can set your variable at 7th day in plugin and is working
Sorry, I don't understand can you explain more or show code sample how you did it
if the today.getDay(); is Sunday then I get for Sunday 0, so 0 Sunday, 1 Monday.....6 Saturday, the plugin doesnt understand the 0 so I have to convert the 0 to 7
thank you, but for me 7 is not working too
I understood why 7 didn't work for me, I tested it on android 5 and 6, after more testing with above versions I found it looks like it works only for android 7 and above versions
WARNING: IF YOU IGNORE THIS TEMPLATE, WE'LL IGNORE YOUR ISSUE. YOU MUST FILL THIS IN!
Provide a general summary of the issue.
Your Environment
cordova -v
): 8.0.0cordova platform ls
):Expected Behavior
I am trying to schedule weekly notification from datepicker, everything work fine except if user choose Sunday as the day to schedule notification, the Sunday is the 0 day and I get that schedule at null
Actual Behavior
when the weekday is 0, just I get trigger at null