Comment by pjmlp

Comment by pjmlp 2 days ago

4 replies

The alternative already exists, processes using the system browser, for several decades now.

Or actually learn how we use to ship software on the glory days of 8, 16 and 32 bit home platforms.

Now I do agree there are no alternatives for people that only care about shipping ChromeOS all over the place.

JimDabell a day ago

> The alternative already exists, processes using the system browser, for several decades now.

Yes, Windows supported Electron-like applications back in the 90s with HTAs. If you want something modern and cross-platform, Tauri does this:

https://v2.tauri.app

duped 18 hours ago

The system browser doesn't work on iOS, MacOS, or Linux (under certain, but common, conditions).

charcircuit a day ago

You can't trust the system browser to be up to date and secure or for it to render things how you want. You can not guarantee a good user experience unless you ship the browser engine with your app.

  • carlhjerpe a day ago

    Yeah sure but I use most web apps through the browser either way so I'm already in "possibly incompatible land" and you can reasonably expect any user facing device to have an updated browser OR one specific browser in case of embedded. We're not in Windows XP software distribution times anymore.