Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS - Notifications clicked from notification drawer are identical to foreground notifications #628

Closed
skdavies opened this issue Apr 2, 2018 · 1 comment

Comments

@skdavies
Copy link

skdavies commented Apr 2, 2018

This whole issue relates to iOS. There are two situations that produce identical data but should be handled separately. When the user has the app open and a new notification comes through, it is not shown (as expected). However, when a user has the app open and opens the notification drawer in the foreground and clicks a notification, nothing happens (not expected). This is because the notifications in these two cases are identical. Both notifications, when returned from the plugin have the "tap" boolean as false. This makes it impossible to handle these situations differently. I would think that a user clicking a notification from the notification drawer (even with the app open) would have a tap value of true (which it does when the app isn't open).

@soumak77
Copy link
Contributor

fixed via #680

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants