Google Chrome Notifications in Windows Action Center Won't Load Pages When Clicked

Anonymous
2018-08-24T23:34:01+00:00

With the most recent update to Google Chrome, push notifications are now in the Action Center.  This would be fine, if clicking said push notifications actually opened the page referred to IN the notification (example would be YouTube video notifications for subscribed channels).  Instead, it just makes the notification disappear.  How can this be fixed?  At it is, seeing a notification for something and then having to go manually search for the item is beyond useless, and defeats the entire purpose of a push notification.  Thanks for any assistance provided in advance!

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

55 answers

Sort by: Oldest
  1. Anonymous
    2019-02-27T09:13:25+00:00

    I faced the same issue for almost all websites except Gmail. only clicking the last notification would fire the click event and open the notification link. I`m developing a web app which requires web push notification service so after a few days of investigation I managed to make it work for my app by using the tag and renotify options with ServiceWorkerRegistration.showNotification and replacing previous notification with the new one ( Gmail also does this )

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2019-02-27T09:29:02+00:00

    Thank you very much AlphaCodes, I will look into this.

    At the moment I managed to get Firefox (my sales people want that) send a notification fra Salesforce.

    But not clickabel. Have a nice day.

    BR. Sanne

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2019-03-07T16:43:52+00:00

    Kudos to AlphaCodes here. I implemented the renotify + tag solution and confirm clicking notifications from Action Center now open them in browser.

    Unfortunately there's not much to do for end users. This workaround solution has to be implemented by developers (ie: the ones sending notifications to you).

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2019-03-11T06:39:45+00:00

    Any updates from microsoft? I'm facing the same issue for a long time. Chrome notifications in the message queue in windows notification center just vanished without opening any pages when clicked. only notifications not logged in the center do open tabs in chrome when clicked.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2019-04-15T23:21:53+00:00

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments