Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Background Image Fails to Load

I've tested it and it's working.
Try to delete and add the event again (StartScreen, Load Event, Run JavaScript Action.).

Darius Mack5830129
Posts: 0
Joined: Mon May 06, 2013 8:15 pm

Background Image Fails to Load

No still not working, I guess I will play around with it. Thank you

Oleg Danchenkov
Posts: 0
Joined: Tue Apr 30, 2013 5:51 pm

Background Image Fails to Load

Hi Darius.
"mobilecontainer1" - is a reserved name for all mobilecontainers in all pages. Real name of mobilecontainer on this particular page may differs from "mobilecontainer1".
If you want to change background on this particular page on "Page load" or "Page show" event, try to rename mobilecontainer on this page from "mobilecontainer1" to some other name. For example "mobContainer". And use this code:
codeAppery('mobContainer').css('background-image','url("http://blastdfw.com/blast/blastbck.jpg")');
/code
Or if you don't need to change backround dynamically you can set class name for mobilecontainer (for example niceBackground) and add css with code:
code.niceBackground{
background-image: url("http://blastdfw.com/blast/blastbck.jpg");
}/code

Return to “Issues”