Why does native UI still matter?
zen1th.me·4h·
Discuss: Hacker News
Flag this post

2023-11-28

In this day and age, most software being created have a completely different visual style from each other. It’s often the case that Electron is used and, because you have to re-implement all widgets anyways (a problem which has been solved since the 90s, but not for HTML), you end up going for your own unique style (notwithstanding web GUI frameworks)

But what IS native UI?

The way I would define it is an UI that’s used everywhere in an operating system. It’s the one that the user is the most familiar with. It doesn’t just include the paradigms (like having a text box) but also the specifics (like the keyboard shortcuts of a text box)

macOS and iOS

Using native UI would only be good if the native UI is usable and has enough things going for it.

One exampl…

Similar Posts

Loading similar posts...