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

I would prefer to see a wider embrace of PWAs.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 23 points 2 years ago (2 children)

    This is what really, really pissed me off about the iPhone. When it launched and they gave it a desktop-class web browser engine and told people they were going all-in in PWAs (though I don't think the term existed at the time). Then v2 came out and they went sike! native apps, must be developed on our PCs, must be distributed by us, you must pay us to be allowed to develop, we take a cut of your income, and we're going to cripple the PWA engine to make universal, open apps all but unusable.

    Dicks.

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

    Can PWAs perform just like native apps when it comes to smoothness and optimization?

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

    Yes, if the underlying engine is designed to support it. There are standard web APIs for accelerated graphics, compute, offline storage, Bluetooth, push notification, environmental sensors, phone book access, camera, local storage access, and so on... A decent PWA is indistinguishable from a native app.

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

    I'd probably agree if I didn't work as an Android developer. :-)

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

    Is there any way of "installing" PWAs to the app drawer rather than been limited to a shortcut on the home screen?

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

    Depends on the PWA, if they have the manifest setup properly it should give the option by itself and even the add to desktop button should change to install the app, but very few sites support it (among the ones I use)

  • source
  • parent