I am trying to write a wrapper for an HTML5/javascript app in b4i similar to what I did previously in b4a. The trouble is that it does not load appropriately. It seems to be related to not being able to load files in subdirectories under the assets folder.
I have worked around this in the past by zipping the html5 app and extracting it to file.dirtemp before loading it in the webview. Doing that works, but it is not desirable to do this.
I have attached my project, which loads the html5/js app only partially. Any ideas on what I'm doing wrong?
I have worked around this in the past by zipping the html5 app and extracting it to file.dirtemp before loading it in the webview. Doing that works, but it is not desirable to do this.
I have attached my project, which loads the html5/js app only partially. Any ideas on what I'm doing wrong?
Attachments
Last edited: