Is there a way to install web apps on mobile using Firefox? I’m not looking for shortcuts that open in new browser tabs. I would like to run some sites as installed, full-screen apps. The excellent PWA addon works great for desktop, but I imagine it would not be possible to duplicate this on mobile based on how the addon runs.

Any thoughts? I’m open to using another app or browser that is built on Firefox if needed

  • @MrOtherGuy
    link
    33
    edit-2
    1 year ago

    If a website has a compatible PWA manifest the there will be an item labelled “install” in the three-dot menu of Firefox in place of usual “add to homescreen” item.

    Edit: There’s a few other requirements as well for the website to be considered installable as PWA, such as it must have a registered service worker so it can work offline. But regardless, if the website provides all the requirements then it can just be installed straight from the menu.

    • @[email protected]
      link
      fedilink
      6
      edit-2
      1 year ago

      Yep sites like annas archive have it. But honestly not many sites have this available

      • @gedaliyahOP
        link
        11 year ago

        I’m looking at alexandrite for lemmy. But it would be much more useful to me as a standalone app. That 's how I use it on desktop as a pwa

    • @gedaliyahOP
      link
      21 year ago

      Is there a way to force a website to open as a pwa?

    • elmicha
      link
      fedilink
      11 year ago

      It doesn’t even need a service worker.

      • @MrOtherGuy
        link
        11 year ago

        It doesn’t? I don’t think I’ve actually tried without a service worker so maybe you are indeed right, but if it isn’t required then this page seems to be incorrect?

        • elmicha
          link
          fedilink
          11 year ago

          I saw that requirement, but I made a PWA without a service worker, and it indeed shows “Install” instead of “Add to homescreen”.