Top "Web-push" questions

The Web Push API lets users of your Web app receive push notifications at any time—even in the background; that is, even when your Web app is not currently running in the foreground on the user’s device (or even when the browser on the user’s device is not currently running).

Send Notification to specific user using onesignal

I'm using onesignal for first time in my project. I have to send notification to specific users (wherever user is …

php laravel notifications onesignal web-push
Make Web push notification work using webview in a native android app?

I have a website which is responsive and push notification feature enabled. In my native android app, if i load …

android push-notification android-webview web-push push-api
Are push notifications possible in html5 without fully https site?

Looks like Push notifications are finally usable for web-apps! Unfortunately, this requires https for ServiceWorker, which not all sites may …

html google-chrome firefox-os service-worker web-push
Is the VAPID public key the same as applicationServerKey client-side?

On the client-side, to subscribe to web push notifications, you need to call subscribe with the applicationServerKey option, like this: …

service-worker web-push vapid
OneSignal web push notification on safari configuration does not work

I am setting up web push notification with OneSignal by reading their documentation. The follwoing code block is my configuration …

macos safari onesignal web-push