web-push
Reactive icon

Web Push

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 14 February 2024
 by 
4.7
 (3 ratings)
web-push

Web Push

5 star
2
1 Review |  2 Ratings
4 star
1
1 Review |  1 Rating
3 star
0
0 Reviews |  0 Ratings
2 star
0
0 Reviews |  0 Ratings
1 star
0
0 Reviews |  0 Ratings
3
Ratings
4.7
2
Reviews
by 
4 Jul (3 days ago)
in version 1.0.1
The demo is super helpful for implementing the library. It took me a minute to set it up only because it was awkward to copy the VAPID values out.

As far as I can tell, a new web push notification always pops and goes to a new tab with a URL. This library would be better if it implemented the subtleties and considerate practices that:

- Focus an Existing Window or Tab: https://web.dev/articles/push-notifications-common-notification-patterns#focus_an_existing_window
- Suppress Notification if Tab is already Focused: https://web.dev/articles/push-notifications-common-notification-patterns#the_exception_to_the_rule
by 
2022-07-27
in version 1.0.0
The component greatly simplifies the solution compared to other alternatives that we evaluated for the need to send push notifications by web application.