Search found 1 match

by JimmyMD
Fri Nov 28, 2025 8:56 am
Forum: Questions & Answers
Topic: push notifications in VL Web
Replies: 10
Views: 14923

Re: push notifications in VL Web

Hi Steve,
Firstly your webpage must be a PWA as a service worker is required to use push notifications. The browser you use must also support a push manager here is a list of compatible browsers https://developer.mozilla.org/en-US/docs/Web/API/PushManager#browser_compatibility

It is also important ...