Hi Ashley, not sure if it's a bug or if I'm doing something wrong.
If you use "Ajax request URL" it works on preview, even on mobile, but when you make an APK it doesn't. It only works with "Request project file".
I make a very easy project to test it
Develop games in your browser. Powerful, performant & highly capable.
It should work, but I think you will have to use an all-lowercase name when requesting by URL, because Construct lowercases all filenames on export and Android is a case-sensitive system.
You're right! Using lowercases works perfect. Thanks so much.