In the past, I was able to run HTML5/JS apps in a webview with b4a from the assets folder. At some point, it appears that a change was made that makes it where the HTML cannot access files in subdirectories of the assets folder. Seems like this might have been around the time when file groups were added, but I'm not sure about that. I am aware of workarounds for this, but these are less than ideal for large apps (3000+ files that would need to be unzipped into the internal files folder).
Is this a bug or intended for some reason? This is not backwards compatible with large projects that I have.
See attached example. I have just a simple HTML page that tries to load an image from a subdirectory (doesn't work).
Is this a bug or intended for some reason? This is not backwards compatible with large projects that I have.
See attached example. I have just a simple HTML page that tries to load an image from a subdirectory (doesn't work).