It is a limitation of a PWA. A native app (wrapper) will likely be coming though, and a custom Capacitor plugin could theoretically interface with the native API to switch out icons. Theoretically. No promises though :)

Quoting this comment by the dev

  • Fluid@aussie.zone
    link
    fedilink
    English
    arrow-up
    48
    arrow-down
    6
    ·
    11 months ago

    I don’t understand why some users really want a native app? A webapp is better in almost everyway. You don’t need to build and maintain multiple pieces of software, it just works across multiple devices and configurations. You don’t have to install and give permissions to yet another piece of software on your device, creating yet another vulnerability. It’s like asking for betamax when DVDs exist. What’s a benefit of doing so, just that in comes up in the app store when searching?

    • body_by_make@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      31
      ·
      edit-2
      11 months ago

      With a capacitor app it can be both a PWA and a native app from the same code base. This wouldn’t take away, only add possible functionality for those who choose to install it natively.

      There’s a lot of native functionality that a PWA cannot access, like app icon changing, certain gestures that Apollo took advantage of (tapping on the top to scroll to the top, for one), and some other things that have been requested.

    • Dark Arc@lemmy.world
      link
      fedilink
      English
      arrow-up
      16
      arrow-down
      2
      ·
      11 months ago

      Well… Part of that is just that web apps have much worse efficiency and performance compared to native apps. That’s not to say their performance and efficiency is bad, but a native app will beat a web app everytime. The DOM and JavaScript are just not great models in terms of efficiency and performance.

        • kryllic@programming.dev
          link
          fedilink
          English
          arrow-up
          6
          ·
          11 months ago

          In my opinion, it’s been great and feels pretty close to native anyway. Some issues with the screen freezing when trying to scroll after swiping away from a post but other than that, it’s super nice. Plus updates are so quick to install, really like that too.

        • BURN@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          arrow-down
          1
          ·
          11 months ago

          Problematic

          I get lots of random freezes, actions not registering, etc

          Doesn’t make it unuseable, but it’s not a great experience

            • ryo@lemmy.eco.br
              link
              fedilink
              English
              arrow-up
              2
              ·
              11 months ago

              The main issue is Safari, bugs in webkit bog everything down. And iOS is stuck with it.

            • BURN@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              arrow-down
              1
              ·
              11 months ago

              No browser as far as I know. I installed the PWA and haven’t touched anything else.

              I’m on iOS exclusively with no plans to use a desktop interface

        • Dark Arc@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          11 months ago

          I think it’s acceptable, though I am working on my own … for now experimental … Lemmy client in C++/Qt/QML … maybe eventually for desktop and mobile devices alike :)

    • Cloudless ☼@feddit.uk
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      2
      ·
      11 months ago

      Many people have not heard of web apps, they do not know how to find or install web apps.

      Most of them are more familiar with the app stores. They are more comfortable using what they are familiar with. They might have been using the app store since the original Angry Bird was released.

      It is good to have choices.

      • fer0nOP
        link
        fedilink
        English
        arrow-up
        8
        ·
        11 months ago

        Yes, I think even if it’s just a wrapper and nothing else changes other than the app being in the App Store, that’s probably worth it because you’d get more users.

    • Pleonasm@programming.dev
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      11 months ago

      The user experience is nicer as a native app, if done right. With a PWA, you have to deal with anything crappy that the browser inflicts on you, and the developer largely can’t do anything about it. For example, Chrome sometimes just crashes or freezes entirely on me, which means Voyager can too.

      See elsewhere in this thread for examples of little things that stem solely from being a PWA .

      Don’t get me wrong, I think Voyager is great for a PWA and it probably gets a lot of value out of being a PWA making it easier for people to contribute. But it’s just not as good as native for me.

    • LazaroFilm@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      1
      ·
      11 months ago

      Most native apps are still JS in an app. Memmy is React for instance. So WefWef would be offered as both.

        • LazaroFilm@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          1
          ·
          11 months ago

          Some functions are not open to PwA such as tap top of the screen to go back to the top, icon swapping, updates without deleting and re-installing (which deletes all you preferences) and some other iOS API functions.

      • Fluid@aussie.zone
        link
        fedilink
        English
        arrow-up
        2
        ·
        11 months ago

        I hadn’t no, but that’s cool! I’m not a developer, but seems like a useful tool.