Hi, I have an HTML file that is loaded into a dialog as a info page, it was working fine (the app is in production) until I tried to build with 64 bit.
when running on the simulator it shows it and work fine but when in Android it shows:
content://{package.name}.files/assets/help/about.html could not be loaded because:
net::ERR_FILE_NOT_FOUND
The HTML files is on a folder next to main.lua:
-main.lua
-help
–help/about.html
Please help, thank you