• kevincox@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    7 months ago

    What do you meant doesn’t support it? You can add any site to your home screen on mobile.

    But yeah, having some sort of PWA mode would be cool. I remember Firefox used to have something like this but they killed it. Then PWAs became “cool”. I think it was called Prism or something.

    • MangoPenguin@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 months ago

      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.

      • kevincox@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        7 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.