Phonegap hybrid offline

0
Hi, everyone, I created a hybrid online application and want to switch some of the functionality to offline. My only concern is that if I go offline when I make changes  Will I be required to deploy a new  Apk or will the changes be downloaded during startup? I understand that on Hybrid the App runs  on web view that is chromium and essentially runs a website.    
asked
1 answers
1

The setting for online/offline mode is bundled directly in your APK/IPA files. So, you’ll need to deploy a new APK/IPA in this case.

answered