Should I build a PWA or or native application? - TechRepublic
Question
January 1, 2021 at 02:11 AM
jlangford02

Should I build a PWA or or native application?

by jlangford02 . Updated 4 years, 11 months ago

I’m looking for some advice on if I should build a new application using a Progressive Web App or a combination of web / native. The application will have a few features that I’m not entirely sure a PWA can fully / reliably support.

Barcode scanning: When in a mobile view, users should be able to scan barcodes presented to them.

Ive seen a few pwa demo applications that can scan a barcode on iOS but I don’t know if its a reliable solution for android / all browser options on iOS

2. Offline support: high possibility that when users are scanning barcodes their connection may be interrupted or non existent. Offline features will mostly be for when users are on mobile.

the application will need to store scans made when offline and send them off when the connection comes back. I know one of the selling points of a PWA is that it can work offline but I don’t know if this functionality should be relied on for data integrity.
The application will need to be able to download a small data bases or list of records to check against when scanning offline if the users knows there will be no connection.

Mainly wanted to get others opinions or experiences with PWA’s on these topics before I try to wrap all this functionality into one application, or split it into a web app and a native app.

This discussion is locked

All Comments