I am loading a background image on the page load event this works fine in the developer but when I export the app and load it onto a device the image is missing.
This code loads in the developer but not on the device.
$('div[dsid="mobilecontainer1"]').css('background-image','url("http://project.tiggzi.com/views/7cf54...")');
This code fails on both.
$('div[dsid="mobilecontainer1"]').css('background-image','url("' + Tiggzi.getImagePath('sprinter.jpeg') + '")');
Can you tell me the correct approach.
Regards,
Joe