Hacker News new | past | comments | ask | show | jobs | submit login

> Webviews are also a moving target so you need a big testing matrix.

Even worse, an OS update after you ship your app can spontaneously break it on end user's machines without you knowing or being able to do anything about it.

At least with the web, when new browser versions come out, you can fix your site since users essentially "install" it every time they refresh the page. But an installed app that runs on top of a spontaneously updated framework is the worst of both worlds.




It's not hard to silently auto-update an Electron app's internals; I assume the same is true for Tauri


The issue would occur if the auto-updater itself broke as a result of an OS upgrade


Seeing as the auto-updater wouldn't have anything to do with the webview, I don't see how that's any more likely to happen in this case than it would be in Electron, or any other desktop application for that matter


Need a docker for electron




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: