Everyone loves their phone
What is a truly native app then? It has no hidden browser. The app might
still have buttons and things you touch and interact with but they are
NOT the same technology as your desktop web-app. Specfically they are not
html, css and javascript doing all the complicated things that can be done
in a browser. See a web browser is some of the most complicated code ever
writen. Taking HTML and making it render the design perfectly, on any
computer, on any operating system, windows, mac, etc. It wasn't easy.
The browser wars of the 1990s and 2000s gave us these amazing tools.
So how do you know what you want to build for your mobile app? Which direction
do you pick between: 1. Just a web-app, 2. A web-app wrapped in a browser
you install 3. A truly native app. It depends. Some business start as
truly native, installed apps only without even a website! If your app
needs certain features of the phone like the camera, and bluetooth, and
location, etc. And if you need that polish that makes your app really stand
out and look perfect, then truly native is what you need.