Ist possible to load games through http dynamically with CoronaView.init("http://assets")
or otherwise?
I have a native android app thats lists multiple games that the user can click on (the list is created from
the server and can be expanded with new games without updating the android app).
On click, I would like to load the corona game in the CoronaView over http.
is this possible?
TIA
Andy