My project is a video player with a menu to change langage. Text boxes are :
- Video title "TitreAcceuil"
- Video subtitle "SoustitreAccueil"
When you click on a little flag button (subtitlefamily), info in text boxes change to selected langage. Flags have a value (Fr, Bzh, En) for each langage. These values are also related to numbers (1,2, 3) to fetch related info in array.
When app starts, languages are loaded in an array (InfosArray) from a json (infos.json)
Here is a screen copy of the code.
Every thing works fine in preview, html export.
But when I export to apk, array are loaded then emptied at the same time. I don't know what happens. I have similar projects using arrays that work fine in apk.
Waht is happening here ???
I can provide the c3p if needed