|
|
|
|
|
by kilburn
3203 days ago
|
|
This doesn't match my experience. I've recently built an "intranet" website for some consukting agency. They had an IOS app already, but no android app. I built them a SPA based on create-react-app with a material design look and feel, making sure it worked fine both on desktops and on phones (which also means changing how certain things are presented, not just scaling the same screens). I told them to try the "add to start screen" link on chrome mobile (or the equivalent in IOS safari)... they ended up ditching the IOS app altogether. All in all, it depends hugely on the functionalities your app/web provides, and whether you can build an experience that is app-like enough or not... |
|