There is one special thing to consider for HTML documents uploaded as assets into App Inventor:
During development, you have to use the development path to the embedded HTML document.
file:///mnt/sdcard/AppInventor/assets/<NAME OF YOUR HTML FILE>.html
Before building the app, use the production path.
file:///android_asset/<NAME OF YOUR HTML FILE>.html
Taifun