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:
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: