Hello
I'm changing the pictures of the components
Press back when I come back the picture disappears
What do you have to make sure you don't lose the image
I'm using the following code for each component:
var array = ["mevcut.png", "yok.png", "yemekci.png", "nobetci.png", "izinli.png", "hasta.png", "bos.png1399409886286"];
var fileId = parseInt(localStorage.getItem("bir")) || 0 ;
if (fileId === (array.length - 1,2,3,4,5,6,7)){
fileId = 0;
}
Apperyio("mobileimage_410_822").attr("src", Appery.getImagePath(array[fileId]));
localStorage.setItem("bir",fileId+ 1);