- "...market is expected to reach a value of 10.77 billion dollars."
- "PWAs cater to over 6.3 billion smartphone users globally."
- Dramatic improvements in speed, conversions, retention rate etc.
These stats don't tell me how many users and what proportion of users actually add PWAs to their home screen. For companies like Starbucks who have deployed a PWA I'd love to know what proportion of their web traffic ends up installing the PWA, and how it compares to native for example. Does anybody know where I can find this information generally?
The closest thing I could find to real data is this:
- Apple said PWAs had "very low user adoption" when they recently cancelled (and then un-cancelled) them for EU users.
- A Chrome OS blog post where they say "Since the beginning of 2021, desktop PWA installs have grow by 270%" (published early 2022).
Thanks!
Chrome(OS) and others might use PWAs behind the scenes, so depending on how you count, maybe the numbers are much higher than I’d think?
Installing PWA isn't obvious for users on iOS Safari or even macOS Safari. It's very obscure
> A Chrome OS ... desktop PWA installs have grow by 270%
Google Chrome would "beg" you to install PWA if the web was developed in the correct way with correct manifest and ServiceWorkers.
Ask HN: Who has had a successful PWA product?
On the desktop, PWAs are simply less relevant. People are mostly online, and there is little difference between PWA and a "real" website, so people would just go to the website instead of "installing" it. Most "heavyweight" applications like VSCode, Photoshop and Premier Pro need to be run natively (although many of their features are available in the web version). Google Docs, probably, but otherwise there is very little incentive for using PWAs.
On mobile, many of the same points apply, although PWAs have more access to permissions and are often viable replacements to native apps (especially apps that are just websites anyway, like Uber Eats). I think mobile apps would be the ones driving the growth of PWAs. But of course... Apple. Apple doesn't want this ecosystem to grow to take revenue from the app store, and just made it difficult to develop and use PWAs. (There are legitimate concerns over how PWAs are used, but there are also solutions.) As a developer you don't want to spend time developing PWAs that only run on Android phones, so you might not bother at all.
I’m not looking to use PWAs.
One of the few places where hype is still real is Hacker News, and even here people can't even come up with examples of good PWAs beyond, and I kid you not, Twitter.
Going from 1 install to 270 installs is a 270% increase, too. So I would take such stats with a grain of salt weighing about 270 tons. Google is dominating mobile market and Chrome is dominating the browsers market, and that's the best stats they can come up with?
Sadly I do think that PWAs aren't very popular in the grand scheme of things since I think they often make more sense than a separate app that you download just for it to basically be a copycat of the website and to still not work offline.
Then you’re going to beed to see what stats they’re willing to share
Quite a few sites seem to support PWA even on iOS — that’ how I use Instagram on my iPad
A big, big part of what needed to be done was explaining what & why to users, we figured since it's B2B we could afford the extra end-user education.
In a B2C context though, yeah I think the adoption rate is just very low due to its obscurity, most people don't know it exists, and me, having developed multiple PWAs, don't even use a single one
Previously I wrote:
> Replies with personal anecdotes and opinions are not super helpful, sorry! I'm specifically looking for reliable empirical measurements and data.