P
Peter Judge
Guest
Hi gord, You can create an Image object and set its src property: var img1 = new Image(); // HTML5 Constructor img1.src = 'image1.png'; // Where that string name comes from depends on your app. If you've uploaded the image into the Mobile AppBuilder, then you can extract it with this code Tiggzi.getImagePath(value); Where value needs to match the name of the image in the Media Manager. -- peter
Continue reading...
Continue reading...