(push-notifications/android) Open foreground push notification with context #6439
abennouna
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
Update: abennouna/capacitor-plugins@5f49e40 Two PRs already address the tap issue and
There is also this older PR: Well basically the solution has been around from some time. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've published my own plugin after realising that the PRs are just being ignored. It's a drop-in replacement for the official plugin. It's released as a beta at the mo, just because I've only quickly tested it with my project... I'd welcome any community PRs for extra features or bug fixes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently in the Push Notifications plugin 4.1.2, the foreground notifications, i.e. the ones that are delivered while the app in active and in foreground, are shown in Android, but:
pushNotificationActionPerformed
listenerI succeeded in performing that 3 features that are needed for me anyway.
The result are here:
pushNotificationActionPerformed
listener --> abennouna/capacitor-plugins@d9ec714I'm talking only about Android here. iOS works just fine as documented.
Do you think everyone would need the 3 features, or one of them? Should I open a PR for any?
Beta Was this translation helpful? Give feedback.
All reactions