|
|
|
|
|
by octobus2021
847 days ago
|
|
HTML and CSS are most definitely NOT better for the UI comparing to the native desktop apps. HTML was designed for cross-reference documents and people spent decades enriching it with CSS/JS/whatever to get some resemblance of acceptable UI. Not even mentioning all the resources required to run all the frameworks that the modern Web UI is running on. If you want to be able to check your finances on the phone you have to put it on a 3rd party server along with your data. Might as well go with SaaS like Mint. I don't. You do lose some cross-platform capabilities when you do desktop apps, that is true, but there are some toolsets available (eg Qt). So I guess it comes down to what people are used to work with, which is Web-first. |
|