Hacker News new | ask | show | jobs
by saagarjha 2502 days ago
> Telegram has proper native clients

They're not: they reimplement their own frameworks on top of relatively low-level UI primitives.

1 comments

Sounds native to me.

Non-native to me is typically a a pure web client or when you use Java Swing or Electron.

What do you mean by native?

I generally have a strict definition of native which means “using platform widgets”. Telegram doesn’t do this because it makes its own copies of almost everything.