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
When my app is in the background and receives a notification, the notificationReceived event is correctly triggered with the expected data.
However, when I click on the notification, the notificationReceived event is triggered again instead of the notificationActionPerformed event. This behavior prevents me from handling notification actions as expected.
Expected behavior
notificationReceived should be triggered when the notification is received in the background.
notificationActionPerformed should be triggered when the notification is clicked.
Plugin(s)
Version
6.3.1
Platform(s)
Current behavior
When my app is in the background and receives a notification, the notificationReceived event is correctly triggered with the expected data.
However, when I click on the notification, the notificationReceived event is triggered again instead of the notificationActionPerformed event. This behavior prevents me from handling notification actions as expected.
Expected behavior
notificationReceived should be triggered when the notification is received in the background.
notificationActionPerformed should be triggered when the notification is clicked.
Reproduction
n/a
Steps to reproduce
addListeners
is called is thengAfterViewInit
from my main componentOther information
No response
Capacitor doctor
Before submitting
The text was updated successfully, but these errors were encountered: