Hacker News new | ask | show | jobs
by Spivak 2506 days ago
Right, but QT apps are QT apps -- they're not really native on any platform which is the same problem you run into with Flutter an Electron.

If you want an app that has platform semantics on every major platform then you need separate code bases. If you want an app that has the same semantics on every platform then you go with a cross-platform toolkit.