Tried that, and it didn't help. Thanks for trying though.
I think I have figured out the issue. There must have been a change in the b4a build process that does not allow you to access files that are in sub folders from an HTML page. I have attached a simple example where the image in an HTML page is located in a sub folder of the assets directory. I am wondering if this is something that
@Erel could fix. Simple example attached showing how it won't load an image from a sub folder.
I know you could maybe copy them to a different folder, but that is not optimal at all (especially for large html5/JS projects). Imagine taking 10 seconds at startup. Plus it is just not great technically.