-
From all of my reading, in order to get this information on the Android side, from the
Unfortunately, I am not sure how to implement that in my Capacitor app, and I am wondering if it is something that can be incorporated into the At the moment, I am unable to get the title, body, or image from an Android notification when it arrives in the background, and not for a lack of trying. Is there anything that can be implemented to help make this easier for Capacitor/Ionic? 🙂 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
According to the documentation of the addListener('notificationReceived', ...) method:
So yes, you can receive notifications in the background. Make sure that you send a data push notification. |
Beta Was this translation helpful? Give feedback.
According to the documentation of the addListener('notificationReceived', ...) method:
So yes, you can receive notifications in the background. Make sure that you send a data push notification.