Why do apps for Android/iOS/Windows/MacOS exist? Why aren’t all apps just simply “web apps” that run in browsers?

489 views

Why do apps for Android/iOS/Windows/MacOS exist? Why aren’t all apps just simply “web apps” that run in browsers?

In: Technology

4 Answers

Anonymous 0 Comments

There are two key reasons.

Reason 1 is history: web browsers are newer than many applications, meaning that those applications would have to run “natively” (I.E. not in a web browser).

Reason 2, is that web applications are not the most efficient, and don’t necessarily have access to every feature the hardware provides. And for something like a video game, you’d want every bit of performance and efficiency you can get. Or, for a system app, you wouldn’t want to rely on having a full web browser available.

I will also note, that many applications are just webpages bundled with a browser. The most common one is Electron, which is just chromium.

You are viewing 1 out of 4 answers, click here to view all answers.