I have a function that is started by itself when it ends every 100ms.
As part of an event in that timer, when something happens it changes the image that is displayed on the screen using the following code:
Code: Select all
Appery("titleimage").attr('src',backgroundimage);
Appery("titleimage").css("width",'100%');
Appery("titleimage").refresh(); Now, this works on the PC browser, but the image is not changed when using the Appery tester, am I missing something?