Platforms
Platforms is where the PWA promise meets reality: the same manifest and service worker behave differently on iOS/WebKit, Chrome/Android, and the desktop. Install flows, available capabilities, storage durability, and notification support all vary by engine and surface — so shipping a great PWA means designing for each platform’s feature set, not the spec in the abstract.
These entries cover what works where, and the constraints to design around.
In this section
Section titled “In this section”PWAs on iOS and SafariAdd to Home Screen, standalone mode, service workers, Web Push for installed PWAs, storage limits, and WebKit constraints.
PWAs on Chrome and AndroidWebAPK packaging, beforeinstallprompt, and Trusted Web Activity for Play Store distribution.
PWAs on Microsoft EdgeSidebar panel, Microsoft Store listing, and Windows integration.
PWAs on WindowsInstallation, Start menu and taskbar presence, protocol and file handlers.
Planned topics
Section titled “Planned topics”Reserved in the coverage matrix and filled in over time:
- PWAs on desktop
- Baseline 2026
← Back to the Reference overview.