Why are so many mobile browsers at least 100, if not 200 megabytes in size? Even Firefox Focus which is supposed to be small and, you know, focussed is 85MB big.

The smallest browser I could find was the /e/ Foundation’s built-in browser for /e/OS. It’s 12MB.

It’s kind of between Firefox and Focus in terms of features so why are all other browsers so big? Is there a small version of Firefox for Android?

Edit: I just looked up the /e/ Browser repo on their GitLab and the browser appears to be bigger than the 12MB displayed in App Info. It’s about 70MB, so pretty comparable to the other browsers. I was so confused by the size difference but that’s cleared up now.

  • Knusper@feddit.de
    link
    fedilink
    arrow-up
    15
    ·
    8 months ago

    Also, the Android System WebView package is not installed on /e/OS

    It doesn’t have to be visible to you. You would have to check with ADB to actually know that it’s not installed.
    And I don’t think Android without WebView is a thing. Many apps depend on it…

    • illectrility@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      8 months ago

      It shows up as an installable app. Although, I just checked the repo of the /e/ browser and it is probably bigger than it appears to be in App Info. I’ll edit the post rq

      • Knusper@feddit.de
        link
        fedilink
        arrow-up
        5
        ·
        8 months ago

        Here on LineageOS, WebView only shows up in the app list, if I tell it to “Show System”…

        On some Android distributions, there is a user-visible WebView-app, which contains an updater, but I imagine, that’s actually a separate package which just updates the system’s WebView package.

        And I imagine, that updater-app is optional. At the very least, WebView is clearly installed on my OS and my launcher doesn’t show a WebView app…

      • Ghoelian@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        4
        ·
        8 months ago

        Fyi the size of the repo doesn’t really matter. The source code gets compiled down and optimised to machine readable code, which is usually much smaller. So that 12mb could still be correct, for the compiled app.