After that, it seems the only options are Ionic, or React Native + separate web app.
What is your experience writing apps for both mobile and browser?
1–10 of 84 posts
After that, it seems the only options are Ionic, or React Native + separate web app.
What is your experience writing apps for both mobile and browser?
We launched https://usebx.com as a PWA, and have successfully managed to keep a single code base across pretty much all devices. The install process isn't much of a problem either, as a user can always "install" your app by adding it to the home screen. I would definitely recommend a PWA, unless you need some hard core native features that aren't available in browsers yet.
We launched https://usebx.com as a PWA, and have successfully managed to keep a single code base across pretty much all devices. The install process isn't much of a problem either, as a user can always "install" your app by adding it to the home screen. I would definitely recommend a PWA, unless you need some hard core native features that aren't available in browsers yet.
Do you have any requirements for offline data storage for your PWA? If yes, how do you manage it? From what I've heard the amount of space available for data varies wildly between devices. In that case what does your offline data storage strategy look like?
https://blog.appfigures.com/wp-content/uploads/2018/03/11-No...
(from https://blog.appfigures.com/ios-developers-ship-less-apps-fo... )