Hacker News new | ask | show | jobs
by jbob2000 4097 days ago
There's many of these "native ui-kits" out now. I'm hesitant to call them "apps" because they don't really allow you to interact with the device in any meaningful way. Can't write to SD cards, can't use telephony, can't use camera/nfc/etc...

If your app is simple enough that one of these frameworks will work for you, just make a web app. Why do you need a native app if you aren't doing native things?

1 comments

The apps you build with these hybrid frameworks are packaged and deployed with stuff like Cordova, which exposes all (pretty much) native functionality like camera, etc.