STATE OF THE ECOSYSTEM

State of PWA 2026: adoption, capabilities and the road ahead

2026-06-12· 9 min read
State of Progressive Web Apps in 2026
Progressive Web Apps were a Google-only talking point in 2018. In 2026, they are a standard web capability running on 97% of browsers, backed by Apple, Microsoft, Samsung, and every major browser vendor. Here is a grounded look at where PWA stands today — adoption numbers, real-world use, new capabilities, and what it means for products built by no-code makers.

Browser support in 2026: nearly universal

The long-running criticism of PWA — "Safari doesn't support it" — is no longer valid. Apple added service worker support in Safari 11.1 (2018), proper push notification support in iOS 16.4 (2023), and has continued expanding capabilities since. The current landscape:

BrowserService WorkerWeb PushInstall promptMarket share
Chrome (Android/Desktop)✅ Full✅ Full✅ Full~65%
Samsung Internet✅ Full✅ Full✅ Full~6%
Edge (Windows/macOS)✅ Full✅ Full✅ Full~5%
Safari (iOS 16.4+)✅ Full✅ Installed only⚠️ iOS-style only~19%
Firefox (Desktop)✅ Full✅ Full❌ No install UI~3%
Opera / Brave✅ Full✅ Full✅ Full~2%

97%+ of global browser traffic now runs on a browser with full service worker support. For web push specifically, Chrome + Samsung Internet + Edge alone cover over 75% of mobile users. The "but iOS doesn't support it" objection applies only to the install prompt UX, not the core capabilities.

Major brands betting on PWA at scale

The most telling signal of PWA maturity is who's using it. These aren't experimental projects:

Starbucks

98.84% reduction in app size. 2× daily active users after PWA launch. Offline menu browsing on low connectivity.

Pinterest

60% reduction in data usage, 40% increase in time spent vs mobile web, 44% increase in user-generated ad revenue.

Twitter / X

PWA (twitter.com) is the primary web client. 65% reduction in page weight, 75% reduction in tweets to page load.

Microsoft Teams

Full Teams web client runs as an installable PWA. Handles video calls, file sharing, notifications — native-parity for most use cases.

Spotify (Web Player)

Installable PWA available on desktop and mobile. Full playback, offline caching of playlists, push notifications.

Uber

Uber Lite PWA targets markets with poor connectivity. 50KB page load on 2G, push notifications for ride updates.

The pattern is consistent: smaller app size, faster loads, better engagement metrics — with one codebase that works everywhere. For no-code makers, these aren't edge cases to aspire to; they're proof that the technology is production-grade.

PWA capabilities in 2026: what's possible

Project Fugu — Google's initiative to close the capability gap between web and native — has shipped over 100 APIs. Here's the capability map that matters for SaaS products:

Device hardware

Camera, Microphone, GPS, Bluetooth (Web Bluetooth), NFC (Web NFC), USB (WebUSB), Serial (Web Serial)

Offline & Storage

Service Worker, Cache API, IndexedDB, OPFS (Origin Private File System), Background Sync, Persistent Storage

OS integration

File Handling, Protocol Handlers, Share Target, Screen Wake Lock, Badging API, Window Controls Overlay

Network & Push

Web Push (FCM), Background Fetch, Periodic Background Sync, Network Information API

Identity & Security

WebAuthn (biometrics), Credential Management, Web OTP, Permissions API

UI & Experience

Install prompt, Scope Extensions, Window Management, Fullscreen, Display Cutout, Screen Orientation

PWA on Google Play: the by-the-numbers view

Trusted Web Activity — Google's method for publishing PWAs on the Play Store — has been production-ready since 2019. In 2026:

  • TWA apps are indistinguishable from native apps to Play Store search and users
  • App size advantage: a TWA is ~800 KB vs 5–50 MB for a typical native app — meaningful in markets with storage constraints
  • Update model: web changes go live immediately without a Play Store review — only changes to the native shell require a new submission
  • Policy compliance: TWA passes policy 4.3 when the underlying PWA meets installability requirements
  • Alternative: Capacitor V2 — for apps without a full PWA setup. Works with any HTTPS URL. SaasToStore auto-selects based on your PWA checker score

PWA vs native: when to choose which in 2026

The choice isn't binary — it's a function of your product's requirements.

DimensionPWA (+ TWA/Capacitor)Native
MaintenanceOne codebase — update web, app updatesTwo codebases (iOS + Android)
App store updatesWeb content live instantly — no reviewEvery change = store review (1–3 days)
Build cost15–79€ one-time or monthly via SaasToStore10 000–100 000€ native dev
PerformanceExcellent for SaaS, dashboards, storesRequired for AR, 3D, heavy animation
Hardware accessCamera, GPS, BT, NFC, Biometrics ✅Full access to all native APIs
Store presenceGoogle Play, Microsoft, Snap, Flathub ✅Google Play, App Store
iOS App StoreNot directly (Sprint 6 planned) 🔜Full support
Offline firstYes — with service workerYes — with native logic
Best forSaaS, dashboards, communities, stores, toolsGames, AR/VR, device-intensive apps

What's next for PWA: the 2026–2027 horizon

The W3C Web Applications Working Group and browser vendors have several capabilities in active development:

  • Web App Scope Extensions — multi-origin PWAs (shipping in Chrome, spec in progress for other browsers)
  • Widget API — home screen widgets for PWAs on Android and Windows, without a native app layer
  • Tabbed Application Mode — browser-style tabs inside an installed PWA, useful for SaaS multi-document products
  • Local Font Access — access the user's installed fonts from a PWA — critical for design tools
  • WebGPU at scale — hardware-accelerated 3D graphics in the browser, enabling categories previously impossible in PWA

Each of these, once shipped, flows automatically to apps on Google Play via TWA — without a new store submission. This is the compounding advantage of building on the web platform.

Is your web app ready to become a PWA store product?

The gap between "web app" and "app store product" in 2026 is primarily a packaging and distribution challenge — not a technology gap. If your app is on HTTPS and loads correctly, you're closer than you think.

Free PWA check — know exactly where you stand

Our checker audits manifest, service worker, HTTPS and Lighthouse score in 10 seconds. You'll know immediately which stores you can publish to today.

Check my app →

Frequently asked questions

Is PWA mainstream in 2026?+

Yes. PWA is now supported by 97%+ of browsers globally (Chrome, Edge, Safari, Samsung Internet, Opera, Firefox). Major brands — Starbucks, Pinterest, Twitter/X, Spotify (web), Microsoft Teams, Uber — run PWAs at scale. Google Play officially supports PWA publishing via TWA since 2019. The technology is mainstream; adoption among smaller products is where the gap remains.

What is the difference between a PWA and a native app in 2026?+

The gap has narrowed significantly. PWAs can now access the camera, microphone, GPS, Bluetooth (Web Bluetooth), NFC (Web NFC), filesystem (File System Access API), and handle push notifications cross-platform. The remaining native advantages are: deep OS integration (system settings, widget, always-on background services), maximum performance for graphics-intensive apps, and the App Store trust signal for consumer audiences.

Do PWAs rank in Google Play search?+

Yes — when packaged as TWA or Capacitor and published on Google Play. The app listing is treated identically to a native app by the Play Store search algorithm. Your title, short description, keywords, ratings, and install velocity all factor into ranking.

What Lighthouse score do I need for a TWA on Google Play?+

Google does not publish an exact minimum score. In practice, passing all PWA installability checks — manifest with icons, service worker with fetch handler, HTTPS — is sufficient. A Lighthouse PWA score of 80+ is a reliable practical bar. SaasToStore's checker tells you exactly where you stand.

Is PWA better than native for a no-code SaaS?+

For most no-code SaaS products: yes. You maintain one codebase (your web app), update it without going through app store review, and package it for any store with tools like SaasToStore. The trade-off is losing access to deep native APIs — which most SaaS products don't need.

What is Project Fugu?+

Project Fugu is Google's initiative to bring native app capabilities to the web platform. Since its launch, over 100 APIs have been shipped — including File System Access, File Handling, Web Share, Web NFC, Screen Wake Lock, Idle Detection, and more. Most are available in Chrome today and increasingly in other browsers.

Ready to publish your app?

Paste your URL. We build the signed Android App Bundle. You upload to the Play Store.

Deploy now

Keep reading