I work in a Company and I got the task to check if it is possible to transform the current native app we are using into a Processing Web Application.
The main reason for developing a PWA is because of its offline functionality and because it will be accessible on every device (smartphone, tablet, desktop).
Native App:
The Application is about providing news, articles and different products to customers. Every customer (user) has his own profile and is only allowed to see certain products. Each product has at least one picture and at least as many documents for download.
Question:
Because there are alot of products, pictures and documents I am not sure till which point the PWA will be able to let the user see and download the pictures and documents of the products.
In best case every product will be displayed offline. Due to the large amount of products and images, it is probably not possible.
What would be a realistic amount of content that would be available offline?
When may the transformation of a native app into a pwa become problematic?