Replies: 2 comments
-
I don't think that's possible, it's how notifications are built to work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
When a user specifically taps a notification, they are signaling they want to see the details of the notification, as opposed to swiping to dismiss it. This is standard system behavior, and unless you can come up with a better interaction model, should not be overridden, otherwise you risk confusing your users. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Any way i can stop the App coming to foreground when a localnotification action is tapped?
I am using this interface: (https://capacitorjs.com/docs/apis/local-notifications#addlistener)
Beta Was this translation helpful? Give feedback.
All reactions