I am trying to get a background image to appear and using the "how to" I found on the tiggzi site, it works when I test from the editor, but the image does not appear when I test using the Tiggzi tester app on my phone...
I have tried both the absolute url and relative /assets/ url and in both cases the images don’t show in the tester app...
the code is in the load event for the page, and again it works in test but not in the test app:
$('div[dsid="mobilecontainer2"]').css('background-image','url("http://tiggzi.com/views/assets/asset-...)
or
$('div[dsid="mobilecontainer2"]').css('background-image','url("/assets/asset-1322462")')
thanks in advance -
Any ideas?