Firefox spokesperson Christopher Hilton tells The Verge that the browser has seen a more than 50 percent jump in users in Germany and a nearly 30 percent increase in France.

Brave saw a similar increase in users after Apple started letting users choose their default browsers on iOS 17.4 in the EU last week.

  • PixelAlchemist@lemmy.world
    link
    fedilink
    English
    arrow-up
    41
    arrow-down
    2
    ·
    4 months ago

    Aren’t they all still WebKit under the hood though? Until they allow other web engines this is still just the illusion of choice.

    • ben@lemmy.zip
      link
      fedilink
      English
      arrow-up
      50
      ·
      4 months ago

      I believe part of the DMA means that they’re allowed to use their own engines. Whether they have that ready right now I’m not sure, but I’m sure it’s in the works.

      • cybersandwich@lemmy.world
        link
        fedilink
        English
        arrow-up
        14
        ·
        4 months ago

        I thought Firefox said that they were going to have to write two different browsers so they weren’t going to.

        • bassomitron@lemmy.world
          link
          fedilink
          English
          arrow-up
          11
          ·
          4 months ago

          Why would they? They already have a Mac build, I can’t imagine it’d be that huge of a difference, but maybe iOS is a lot more different than I realize.

          • AProfessional@lemmy.world
            link
            fedilink
            English
            arrow-up
            24
            arrow-down
            1
            ·
            edit-2
            4 months ago

            The new browser option iOS exposed is a very strict and limiting custom API to make a browser engine. It’s purposefully obtuse to be terrible but compliant.

          • dustyData@lemmy.world
            link
            fedilink
            English
            arrow-up
            8
            arrow-down
            3
            ·
            4 months ago

            Despite Apple’s lies, iOS and macOS are still pretty different beasts with their own quirks. And iOS is way more tightly locked down and under Apple’s thumb than macs.

            • abhibeckert@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              arrow-down
              2
              ·
              edit-2
              4 months ago

              Uh, no they’re not. They have the core operating system.

              The only real difference is the security model (as you say, tightly locked down), but MacOS has been gradually adopting a lot of that over time. For example / used to be an ordinary volume - these days it’s mounted read only and can’t be written to even with sudo. iOS has always been like that.

              They are different operating systems, but only because it’s easier to make a change on one of them, then port that change to the other one later. Possibly years later. In general, they’re pretty close. The main difference is the hardware, not the operating system.

          • abhibeckert@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            ·
            edit-2
            4 months ago

            The APIs are similar but the hardware requires a different appraoch.

            For example touch screen input is very different to mouse input - you need to decifer imprecise user input… and then provide precise input to webpages that are designed assuming the user has a mouse. There are touch APIs on the web, but developers tend not to use those APIs because dealing with imprecise input sucks. For example press a link with your thumb, it will highlight. Lift your thumb, it will go to the link. But if you press, then move your thumb, then release… instead of clicking the link it scrolls the page. Unless you move only a little bit - then it does click…

            And the only way to get “all day” battery life out of a 10Wh battery is by keeping the CPU powered off most of the day. Figuring out how to maintain the current state of the webpage, so it can be restored if the CPU is powered off and back on again, without breaking things like JavaScript timers/etc.

            FireFox has solved those issues (and others) on Android. But while Android has similar hardware, that operating system is nothing like iOS.

            All the work to get Gecko working on Android made sense back int he day, when Android didn’t have a good rendering engine. It would have also made sense back in the early days of the iPhone when WebKit was nowhere near as good as it is now. But today, when someone else has already figured out solutions to every problem? Is it worth reinventing all those wheels?

    • aeronmelon@lemmy.world
      link
      fedilink
      English
      arrow-up
      23
      ·
      4 months ago

      Browsers can now run their own rendering engines, which are sandboxed at the app level.

      System-level HTML, like web apps on the home screen, are still using WebKit.

      Which is how it should have been from the start.

        • aeronmelon@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          4 months ago

          Mozilla would have to update the iOS app to both run their engine and accept their plugins.

          But it will never be like the Android app because the iOS app will still be sandboxed and not allowed to run code outside of itself.

    • abhibeckert@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      edit-2
      4 months ago

      Apple does allow other engines in Europe. Wether or not FireFox chooses to create one remains to be seen.

      There’s nothing wrong with WebKit, so not much incentive for FireFox to do all that work.

      • Scrollone
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        1
        ·
        4 months ago

        There’s nothing wrong with WebKit

        Weeeeeeelllll… actually yes, because Chrome is based on an ancient WebKit version, and Firefox is the only independent remaining browser.

    • uis@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 months ago

      Aren’t they all KHTML under the hood? Yes, they are. Except firefox.

    • BearOfaTime@lemm.ee
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      4
      ·
      4 months ago

      You could already run Webkit Firefox on iOS - I have for years - it’s how I keep tabs synced between devices

      I’m pretty sure this is Firefox with Gecko (is gecko still the engine? My memory ain’t workin too great right now).

    • kingthrillgore@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      4 months ago

      Firefox uses Gecko and someday, it will use Servo. Brave uses Blink, which is Google’s WebKit fork.