Skip to content

Notifications

Notifications are how an installed PWA re-engages users after they leave: a server pushes a message, the service worker wakes to handle it, and a system notification appears. The power comes with a strict permission model — ask in context, on a gesture — and platform rules, notably that iOS requires the PWA to be installed to the Home Screen first.

These entries cover the push pipeline, the permission model, and periodic background updates.

Reserved in the coverage matrix and filled in over time:

  • The notification permission model
  • Periodic background sync

← Back to the Reference overview.