• flames5123@lemmy.world
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    10 个月前

    Exactly. A website has to download ALL the HTML every time. Sure, it can put all that in a JavaScript file and cache it but it has to be built each time. With an app, you (the devs) get to choose what to load, and it’s just usually a few simple things each time instead of constantly running a script.

    Using Lemmy as a web app really sucked. Having an actual app with actual integration to a robust UI works.

    • TigrisMorte@kbin.social
      link
      fedilink
      arrow-up
      2
      arrow-down
      2
      ·
      10 个月前

      Plus as an app developer you get to go through the user’s contacts and files. Having an actual app locks you and allows you to be the product the app owners sell. Nothing else and certainly nothing of value for 99% of the apps out there.

      • flames5123@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        10 个月前

        Apple does not allow this out of the box. You have to confirm for every permission. There is not automatic access to files.

          • flames5123@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            10 个月前

            Huh? I don’t give apps like YouTube access to my files. I don’t upload so they don’t need it. I don’t even think it has asked because I’m not clicking the upload button. YouTube doesn’t get access to my location either. It does have access to local connections because of YouTube on my TV, but that’s it.

              • flames5123@lemmy.world
                link
                fedilink
                arrow-up
                1
                ·
                10 个月前

                Do you know how sandboxed file system storage works? Have you ever made an application? Do you think things that run on the cloud have access to everything else on the cloud? I’m not sure what you’re getting at.