this post was submitted on 24 Nov 2023
78 points (94.3% liked)

Firefox

17302 readers
201 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 9 months ago (1 children)

I don't think this is the same, PWAs can work offline for stuff like excalidraw where you might work on a project when you don't have internet.

But for most things it's fine.

[โ€“] [email protected] 1 points 9 months ago

I don't think you quite understand how PWAs work. "PWA" doesn't really mean anything. It is just the idea of a website that behaves like people expect of a native app. Offline support is generally accomplished via the Service Worker API which Firefox fully supports. I have offline "PWA"s on my home screen right now. But these APIs don't actually depend on anything about the home screen. Even just navigating to an offline-capable "PWA" via URL should just work in Firefox.

Maybe some sites special case Chrome, but that is a limitation of the site, not any limitation of Firefox.

One collary as that with an ever growing set of APIs associated with PWA there is going to be some features that differ between browsers. For example Firefox currently doesn't support receiving shares but Chrome does. But I can't think of any "fundamental" PWA API that Firefox on Android doesn't support.