Base solution for your next web application
Open Closed

Realtime notifications #5982


User avatar
0
geertveenstra created

Hi,

I was experimenting with the notifications system. I am sending a notification from a background job to a specific user. This works (partly).

After sending the notification, the user sees the popup in the lower right of the screen (but I think this is from the Chrome browser). Only after I do a page refresh i see the red dot above the notification icon in the top bar (the bell).

Is this the normal behaviour or should the icon change directly after the notification was sent ?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @geertveenstra

    Yes, the notification must change to red color. If it is not working for you, please create an issue here https://github.com/aspnetzero/aspnet-zero-core/issues.

    By the way, notification must be showed both by browser notification (if it is allowed for you) and by an inline javascript alert notification.