I don't know what I'm doing wrong because in browser preview mode it works, but if i generate a debug apk then the json file are not loaded into the dictionnary
this is what I'm doing to load the json:
System >>> on start layout >>> AJAX >>> request datadata.json (tag "gamecardinfo')
AJAX >>> on "gamecardinfo" completed >>> Dictionary_gamecardsinfo >>> load from JSON string AJAX.LastData
As I wrote at the beginning, in preview mode in the browser, the dictionnary is populated just fine, but if I export the project as a debuf APK, the dictionary is empty.
Thank you for your help