You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We using Capacitor Local Notification plugin in mobile application. When notifications are scheduled at certain time, there is some delay in receiving the local notifications. some times it takes 15 sec to 2 min of delay. The below is the code how we scheduled from code side. From code we are passing as a list and sending it to schedule function.
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.2.0
@capacitor/core: 6.2.0
@capacitor/android: 6.2.0
@capacitor/ios: 6.2.0
Installed Dependencies:
@capacitor/cli: 6.2.0
@capacitor/android: 6.2.0
@capacitor/ios: 6.2.0
@capacitor/core: 6.2.0
[success] iOS looking great! 👌
[success] Android looking great! 👌
Other API Details
Platforms Affected
Current Behavior
We using Capacitor Local Notification plugin in mobile application. When notifications are scheduled at certain time, there is some delay in receiving the local notifications. some times it takes 15 sec to 2 min of delay. The below is the code how we scheduled from code side. From code we are passing as a list and sending it to schedule function.
Here snoozetime is a variable, it could be 1 min / 2 min / 5 min / 10 min
Below is the code for scheduling the notification:
NOTE: Application is in foreground still didn't receive notifications
Expected Behavior
Local Notifications should be trigger at the scheduled time.
Project Reproduction
.
Additional Information
No response
The text was updated successfully, but these errors were encountered: