-
Notifications
You must be signed in to change notification settings - Fork 115
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
[Question]: Can't get Notification click event #1127
Comments
I'm using npm-package for vue |
@fearistoff Thanks for reporting these issues.
I attempted to reproduce this issue on Chrome 119 on Windows 11 and have not been able to reproduce this issue. I have tested with a custom luachURL and with default. Can you share more details?
There is an SDK if the notification click results in opening a new tab this was not firing on the new tab. We are addressing this bug in PR #1132 and |
@fearistoff The Please provide more information on the first part of your issue noted above. |
For some reason it works now. Maybe I should resubscribe to apply settings changes in web-client. But after focus tab navigation in it are happening with some random delay (up to one second), but that is okay. I think that question we can close. |
@fearistoff good to hear things are working for you now! I'll mark this issue as resolved. |
I have successfully subscribed and receiving Notifications. But when in click any of them, after focusing tab with same origin (Matching Strategy: Origin, Action Strategy: Navigate) nothing happens.
I've also added Notification handler
oneSignal.Notifications.addEventListener
, but event not triggering, despite the fact that a message in the Service Worker about a click on the Notification appears in the console.The text was updated successfully, but these errors were encountered: