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

Are they PWAs tho, or just shortcuts?

  • source
  • parent
  • hideshow 6 child comments
  • [–] 11 points 3 years ago (1 child)

    They open in a window separate from the browser and don't display the browser toolbar, so not just shortcuts.

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

    The main purpose of PWAs is not to remove the browser toolbar but rather cache most of the website to improve speed and reduce data usage if I am not wrong, there are external tools to get rid of the toolbar but Firefox dropped the PWA spec which includes a lot more than just that.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 3 years ago (1 child)

    Real PWAs, though PWAs aren't that different from shortcuts tbh

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

    As far as I know their main purpose is to cache various parts of the website properly which is a lot more than just a shortcut.

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

    Regular websites can do that too using service workers - Lemmy's webapp uses this to show an error when an instance is unreachable

    What we call a PWA is usually just a webpage with a webmanifest, and a service worker script to manage loading those cached resources you mentioned

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

    Seems like you are right, the caching for proper offline usage and use with very limited internet connections is all done trough service workers. Their main job seems to be system integration and while Firefox Android kind of sucks at that too it doesn't seem like they ever cut that down so they just dropped it for desktop users.

  • source
  • parent