• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Create runtime for JS/Html apps using cordova

ptheg

Lurker
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.
 

Attachments

  • dynamicJSLoading.jpg
    dynamicJSLoading.jpg
    58.8 KB · Views: 134
Welcome to the forums ptheg!

Glad to have you here! :)

I have moved your thread into App Development forum, there it will hopefully receive some input on what you are trying to do.

Hopefully you enjoy your time here :D:D
 
Back
Top Bottom