Hacker News new | ask | show | jobs
by saagarjha 2989 days ago
> I released an app made with Ionic. It’s an app for average joe, not for devs or designers. Out of 20,000 downloads, I received exactly 0 complaints about performance or UI. Most users don’t care and don’t notice anyways.

Personal anecdote: I wrote an app to replace one that was written using Ionic because the experience was so poor. None of the complaints for that app were about the UI, because I assume most users, not being developers or designers, couldn't put their finger on what was wrong with it. However, once I released my app most my of reviews ended up being about how it was much better designed.

2 comments

Average rating on iOS is 4.4 for my Ionic App.

Average rating on Android is 4.1

Especially the iOS app is almost indistinguishable from a native iOS app. Ionic is very well designed to mimic native UI controls.

In the end, it doesn’t really matter if your native UI lot runs some sliding animation in 60fps or if the very same animation is done in JS and runs with 60fps.

Did you re-design the UI, or just re-implement the same UI as native widgets?