71
Why are (mobile) browsers so big?
(lemmy.world)
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
All complete browsers are big. The small ones typically don't have their own engine built-in.
iOS browsers all use Safari's WebKit as their engine, so they'll probably be smaller than their Android counterparts.
So webkit is used as a system library? Not bundled in?
No it’s worse than that. All iOS browsers need to use a Safari (WebKit) web view as far as I understand. So any browser on iOS is literally just barebones Safari with a different UI and possibly a different user agent.
In fact, until recently this was even worse as Safari on iOS enjoyed some accelerations/optimizations that the web views did not get to leverage; so for a while all iOS browsers were not only Safari, but they were slower Safari.