Platform Support

All major browsers support Web Push. Android devices may also receive Web Push notifications.

Browser Components needed for Web Push Notification:

  • Service Workers

  • Notification API: This API is used to show a notification prompt to the user

  • Push API: This API is used to get the push message from the server.

Private Browsing mode isn't supported in browsers.

Last updated