• Vincent@feddit.nl
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      7 months ago

      A big benefit is writing the app once and it working everywhere. If it only works on Android, people will just default to the tools tailored to that platform anyway.

        • Vincent@feddit.nl
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          edit-2
          7 months ago

          That’s theoretically true, but in practice, the desktop experience (screen size, interaction model, etc.) is sufficiently different that adapting it to mobile to get an app-like experience is not that different from building a separate app.

            • Vincent@feddit.nl
              link
              fedilink
              arrow-up
              1
              arrow-down
              1
              ·
              7 months ago

              Then why do you think most business are already writing a separate Android app rather than just optimising their mobile website?

              But “make the mobile version not take up as much screen-space” is not as simple as simply zooming out and just hiding some icon labels. And just the fact that people interact by touch rather than with a mouse and keyboard is already a major adjustment.

              Anyway, I’ll leave it at this, since I feel like there’s not much to gain here for me from the discussion anymore :) Cheers!

              • why do you think most business are already writing a separate Android app

                I don’t think that. I know some businesses who are still writing separate apps, instead of switching to cross-platform. You’ll have to ask them why they’re doing that. It frustrates me no end when platform-specific bugs come up because they’re running different code on each platform, each written by different people.

                the fact that people interact by touch rather than with a mouse and keyboard

                …makes no difference at all. Whether a user has touched a button, clicked on it, or tabbed to it and pressed enter, the same Button.Clicked event gets triggered.

    • Matty_r@programming.dev
      link
      fedilink
      arrow-up
      4
      arrow-down
      3
      ·
      7 months ago

      Like it or not, Apple is the trend setter. Everybody feels like they need to do what Apple does. So given that, Apple kills PWAs, everyone else will surely follow.

      That’s normally how it goes anyway.

      • parens@programming.dev
        link
        fedilink
        English
        arrow-up
        4
        ·
        7 months ago

        Hmm… OK. Not sure you’re right in this instance. PWAs have been shit on iPhones for ages due to everything being forced to use Safari on that platform. Probably less people use PWAs on iPhone than on Android. Most people probably didn’t even know of PWAs (as seen right in this comment section in a tech community).