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
Capacitor.Plugins.LocalNotifications.addListener('localNotificationActionPerformed', data => {});
is not called when the app is not already open when the Notification is tapped. Is is called when the app is already open.
Expected Behavior
It should be called when a notification is tapped regardless of whether the app is open or not.
Code Reproduction
Capacitor.Plugins.LocalNotifications.addListener('localNotificationActionPerformed', data => {
console.log('Notification action performed!');
});
The text was updated successfully, but these errors were encountered:
This issue needs more information before it can be addressed.
In particular, the reporter needs to provide a minimal sample app that demonstrates the issue.
If no sample app is provided within 15 days, the issue will be closed.
Bug Report
Plugin(s)
@capacitor/[email protected]
Capacitor Version
Platform(s)
iOS
Current Behavior
Capacitor.Plugins.LocalNotifications.addListener('localNotificationActionPerformed', data => {});
is not called when the app is not already open when the Notification is tapped. Is is called when the app is already open.
Expected Behavior
It should be called when a notification is tapped regardless of whether the app is open or not.
Code Reproduction
Capacitor.Plugins.LocalNotifications.addListener('localNotificationActionPerformed', data => {
console.log('Notification action performed!');
});
The text was updated successfully, but these errors were encountered: