Hacker News new | ask | show | jobs
by ChocolateGod 603 days ago
Web apps will always on paper be slower (not including badly made applications on both) than native apps, and also bring in additional security issues (since code is loaded remotely) than native applications.
1 comments

apps built using the webview don't necessarily have to be loaded remotely. If you're building with capacitor, then nothing happens remotely until you choose.

The part about being slower is still true though.