Apple has decided to remove Progressive web apps from iOS in EU. If you have a business in the EU or serve EU users via Web App/PWA, we must hear from you in the next 48 hours!

  • sjstulga@fosstodon.org
    link
    fedilink
    arrow-up
    1
    ·
    4 months ago

    @bloodfart

    I could be wrong, but I think you are simply mistaken because there should be absolutely no possible way for the PWA to install a browser engine onto your device? The user can first install the browsers of their choice, separately, and then install PWAs using that browser.

    That would be a huge concern and really contradict the entire point and purpose behind PWAs as I understand them… I’ve been searching but can’t find anything like what you say. I’d love to see your source

    • bloodfart@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      I dug up my old development backups from that time and I had it backwards, the advice was to read user agent strings and link directly to the version of the browser your pwa was designed for if you saw they weren’t running the “right” one and were worried about it breaking.

      So I was mistaken but the reality was weirdly still bad.

      I don’t know if that’s still commonplace. Right now it seems like a lot of pwas target chrome because it’s the most popular browser.