|
|
|
|
|
by jakelazaroff
1420 days ago
|
|
Other than the web, how can I make apps that… - are instantly usable just by following a link - people can share with others, without needing to install anything, by just sending a link - work equally well on all major mobile, desktop and tablet platforms - don't require any sort of app store or gatekeeper to distribute or use This isn't developers not caring about the user. These are huge UX advantages, and there's no way to get them all other than building on the web. |
|
Depends on the size of the web app and by data bandwith
>- people can share with others, without needing to install anything, by just sending a link
true, as long as the web page still exists.
>- work equally well on all major mobile, desktop and tablet platforms
I wish, most of the time web apps are either optimized for mobile phone, tablet or desktop not all three of them.
>- don't require any sort of app store or gatekeeper to distribute or use
The app can therefore change without your knowledge and execute malicious code the next time it is called.
https://medium.com/hackernoon/im-harvesting-credit-card-numb...
Not to mention that the web app is gone when the site no longer exists.