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.
Browser | Windows | MacOS | Android | iOS |
Chrome | yes | yes | yes | no |
Firefox | yes | yes | yes | no |
Opera | yes | yes | yes | no |
Edge | yes | yes | yes | no |
Yandex | yes | yes | yes | no |
Safari | no | no | no | no |
Samsung Internet Browser | no | no | yes | no |
Internet Explorer | no | no | no | no |
Private Browsing mode isn't supported in browsers.
Last updated