this post was submitted on 28 Oct 2023
71 points (93.8% liked)

Asklemmy

43396 readers
1474 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Knusper@feddit.de 15 points 10 months ago (1 children)

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.world 2 points 10 months ago (2 children)

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 5 points 10 months ago (1 children)

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...

[โ€“] illectrility@lemmy.world 3 points 10 months ago

You're absolutely right, I see it now, too. Thanks!

[โ€“] Ghoelian@lemmy.dbzer0.com 4 points 10 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.