Blazor.Notifications icon indicating copy to clipboard operation
Blazor.Notifications copied to clipboard

HTML5 Notifications API implementation for Microsoft Blazor

Results 8 Blazor.Notifications issues
Sort by recently updated
recently updated
newest added

Hi @vertonghenb! Thanks for this great package! 💯 Any chance to add support for notification actions following [NotificationAction](https://developer.mozilla.org/en-US/docs/Web/API/NotificationAction) APIs?

Adding ability to dismiss a notification if it expires or for other reason. One thing I noticed is that the "Timeout" option doesn't actually appear to do anything (and couldn't...

In this call the uri starts with "./..." in this way blazor try to load sript from the current page and not from the base of the site: _moduleTask =...

Today, through tests, I figured out that the dependency injection doesn't work for this library when the client is offline and is calling the dependency injection of `INotificationService`, like in...

Notifications under Android are not working, as described in this issue #5 https://github.com/Append-IT/Blazor.Notifications/issues/5#issuecomment-917630515 THe notification Constructor is not supported by Android

We could use some more advanced examples in the documentation site.

documentation
good first issue

Add the ability to open a tab or window to a new page when clicking on a notification, as in the documentation example https://developer.mozilla.org/en-US/docs/Web/API/Notification/click_event You can add the url property...

Add a check for permission of browser notifications without asking the user for permission, since the NotificationService.PermissionStatus parameter is always default; it is impossible to get the current status without...