I currently have a website and I am in the process of developing an app for it using phonegap. Up to now, I have been updating my files and rebuilding the app each time I need to make a small change.
My query is: what are the drawbacks of creating a single html page with js (possibly angular) that can check the app version and download all necessary pages?
Keep in mind that these pages should be cached for extended periods (months to a year) if the version remains unchanged.
Thank you