Apple has decided to remove Progressive web apps from iOS in EU. If you have a business in the EU or serve EU users via Web App/PWA, we must hear from you in the next 48 hours!

  • lud
    link
    fedilink
    arrow-up
    5
    ·
    4 months ago

    PWAs has a bunch of other features too. Either way apple should fix the offline part instead of being assholes.

    • bloodfart@lemmy.ml
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      4 months ago

      I’m of the opposite opinion. The offline part doesn’t work because ios deletes web data after a week. So the pwa will work if you’re just out of range but isn’t a replacement for an actual factual app store thing.

      Once the eu ruling that lets other browser engines into the os takes effect, there will be nothing stopping pwa developers from bundling their own versions of chrome or Mozilla in their pwas and doing all kinds of stuff that was gated off before because the pwa had to work within the safari sandbox.

      How often will an os update have to be pushed just to keep the various privacy checks and whatnot on ios current with third party browsers?

      Apples gonna have to put pwas in Users Chosen Browser jail to be able to keep em on the platform at all.

      Tbh, I’d take pick your own browser but lose pwas any day.

      • lud
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        4 months ago

        Just don’t delete web data for PWAs then.

        It’s ludicrous that Apple is always “I know better so I will take away this feature or never implement it in the first place”

        • bloodfart@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          4 months ago

          Okay, now you have a separate cache that defeats the os’ cache rotation policies and all that entails.

          I genuinely don’t like apple or google or any company but the position they’ve taken of breaking the new hotness fast and dirty skirt the rules development process in the name of keeping things normal is about the most correct decision any company can possibly make.

          You can be upset that it breaks stuff you use or that they’re making money but if I had control over a bigass platform like ios and wanted to maintain security while implementing a bunch of legally mandated changes it’s exactly what I’d do.

          • lud
            link
            fedilink
            arrow-up
            2
            ·
            4 months ago

            No, they could solve this “problem” if they wanted too.

            They just want to be assholes like usual.

            • bloodfart@lemmy.ml
              link
              fedilink
              arrow-up
              1
              ·
              4 months ago

              What’s a good solution that preserves cache rotation but doesn’t require the developer to make a “real” app and offer it through official channels?

              I can’t think of one.

              there’s another post in this thread comparing pwas to flash. I think I it’s an apt comparison. Both were able to exist because of a bunch of little insecure ideas that became nooks and crannies of the browser as a platform. Spackling up those problems broke flash and eventually it died. Users expecting secure browsers will eventually kill pwas and then someone will come up with a new way to get hooks into the browser and build programs that don’t rely on users installing them on the os itself and that’ll take off and we’ll be in the same boat again.

              Of course if things keep going the way they’re going, rendering engines will be so deeply embedded in the operating system that insecure applications running in the browser will be an even more serious risk than it is now.

              • lud
                link
                fedilink
                arrow-up
                2
                ·
                4 months ago

                Why do you even need “cache” rotation?

                Maybe they could do it in the same way it’s done in safari?

                • bloodfart@lemmy.ml
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  4 months ago

                  One of the reasons it’s a good idea to clear the web cache is to prevent a few kinds of tracking and fingerprinting. That’s much more important on mobile than on a laptop or pc because phones go more places and can return and store information used to infer identities and locations very easily.

                  There’s a lot of good reasons but that’s just what popped into my head waiting in line.

                  Name resolution too. Can’t believe I forgot that.

                  There’s no limit to what browsers you can use on osx so pwa developers will just send over the payload that includes a custom version of chromium that they know to work with their package when someone with a safari/osx user agent tries to dl it.

                  If that sounds bad to you, it is.

                  There’s nothing but webkit on ios so pwas can’t do what they do on the desktop to avoid how the browser treats their data (and how the browser might work with the os to keep them from accessing other system files or doing weird crap).