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

  • body_by_make@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    31
    ·
    edit-2
    1 year 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.

    • ABeeinSpace@lemmy.world
      link
      fedilink
      English
      arrow-up
      21
      ·
      1 year ago

      I would be so happy if we got Apollo-style scroll to top. That’s the one thing I’ve really been missing

    • Fluid
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 year ago

      Fair enough, thanks for explaining.