Because of a
bug in Android 3.x/4.x we can't access a HTML document stored as asset in App Inventor
with input parameters.
Therefore the HTML document and libraries need to be downloaded to the device on first run of the app
to be able to access the HTML document with all Android versions.
The good news is that we do not have the hassle with development / production path anymore,
this works in development and production with the same path!
but wheres the example.
but i want the html to acces files in the assets folder not on the server. So what i download the html file from the server? But then what do i set the url to, local path or server url.
If server URl then if i reference a file with on path e,g
<img src="image.jpg">
it will search for it on the server not the assets folder.
any suggestions thanks