What is the difference between a regular app and a web app? Does iOS have WebApps or is just an Android thing?
limecool @ limecool @lemmy.ml Posts 6Comments 65Joined 5 yr. ago
limecool @ limecool @lemmy.ml
Posts
6
Comments
65
Joined
5 yr. ago
Native apps are apps written in the native language of the platform of choice. It would be Java for Android and swift for IOS. Native apps can request lower level access to your system than a webapp.
Now, a webapp is a basically a website which can run like a native app with similar features and is full screen unlike a website. The language is javascript for the front-end and the backend(server) handles some communication. So, webapps can behave and act like native apps but they are not native and won't have the same lower level access to your system. Think access to storage, accessibility services, settings, etc. Webapps can also be slower compared to native apps which is prominent in non-flagship smartphones.