I have an app for programming my chicken coop. My 401k company just created an app for onboarding new participants.

These should have been mobile friendly webpages.

you are viewing a single comment's thread
view the rest of the comments
[–] 0 points 3 years ago (1 child)

why PWA and not a plain web app? I think the only difference is that PWAs can ve turned into a pinned pop-up window (that acts a bit like an electron app) when using a chromium-based browser.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago

    Even then, there's a lot of feature you end up missing out on. Even just basic navigation has to be done via the browser's default navigation options. Even simple things like long-pressing something on the page will typically only give you access to your browser's long-press menu (though that's not always the case, in my experience very few web apps handle this effectively).

    Personally, I prefer the experience of a native app. But I get why it's not appealing to all people.

  • source
  • parent