-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repeat every minute after the notification set to the specified week days runs #23
Comments
Ok. I its done. Make some changes in plugin files. TriggerReceiver.java, MatchTrigger.java and Request.java I can give advices and files if anyone needs. |
@erdemakca1 I'm having an issue with this too, doing this with Ionic 3:
But I notice in the iOS logs when I do this that it says Can you share your fix for this? |
@erdemakca1 actually never mind I found the issue, it appears that the plugin has Sunday as weekday @Steffaan were you aware of this caveat? |
Yes @SimonBrazell Sunday is 7. |
Provide a general summary of the issue.
Your Environment
cordova -v
): 9.0.0cordova platform ls
): 8.0.0Expected Behavior
Notifications set to days of the week are working correctly
trigger: {every: {weekday: 3, hour: hour, minute: minutes}}
Actual Behavior
I would like to receive notifications every minute, both on certain days of the week and after the first working moment
Context
I'm creating a recurring new notification for every 1 minute at the time the notification for the day of the week is triggered, but it doesn't work when the application is completely closed.
In fact, the use will work with the second.
trigger: {every: {weekday: 3, hour: hour, minute: minutes, second: second}}
The text was updated successfully, but these errors were encountered: