In my view things go like this: 1.In the main screen of the app, when not connected to the hub the user swipes one of the lower module icons (e.g. "Music" or "Contacts"). 2.User taps "Edit" 3. A page "Add and manage your modules below. The minimum number is two." appears. 4. User adds his "My Module" by tapping the green +-icon. 5. Then a page appears "Enter URL of your module:" 6. Now user can input the url of his module. This could be like "http://localhost:9000". The user module then is situated on the device and delivered by a local webserver. All references in the module are to local files, even "cobi.js" is. So for this module no internet access is required. 7. The above url is stored in localStorage. 8. This all happens during installation and being on line. 9. During riding ("COBI.context.onRide") I noticed the app trying to reopen the page mentioned above under 5. That page is loceted on the web and thus needs internet access. But opening it is unnecessary because the user url has already been stored in localStorage. Maybe you can look at it? Regards, Bob
... View more