Hello,
I plan to create a runtime for hosting (inner) JavaScript apps using Cordova (see attachment).
1. There should be a host app acting as the runtime. In this Host-App, it should able to load JS/Html Apps dynamically. Same goes for removing.
2. Also, the inner JS/Html Apps should be able to communicate with each other.
Important is
- that the loaded JS/Html should call native functions like contact list (thats why Cordova should be used)
- and the JS/Html is not necessarily on the device when the apk is created. Hence, it should be able to download the sources and show them in the native app.
Can someone tell me if this is possible and what sources I need to read for develope this?
Thank you in advance.
I plan to create a runtime for hosting (inner) JavaScript apps using Cordova (see attachment).
1. There should be a host app acting as the runtime. In this Host-App, it should able to load JS/Html Apps dynamically. Same goes for removing.
2. Also, the inner JS/Html Apps should be able to communicate with each other.
Important is
- that the loaded JS/Html should call native functions like contact list (thats why Cordova should be used)
- and the JS/Html is not necessarily on the device when the apk is created. Hence, it should be able to download the sources and show them in the native app.
Can someone tell me if this is possible and what sources I need to read for develope this?
Thank you in advance.

