Page 1 of 1
background image not responding
Posted: Wed Sep 11, 2013 7:25 pm
by sam5863015
I use the background images in my 2 other apps and have no issue, however when making my new app the image will not load, i have even tried loading the example url and still no luck. any ideas?
im following this tutorial
http://blog.appery.io/2011/10/setting...
background image not responding
Posted: Wed Sep 11, 2013 7:39 pm
by Kateryna Grynko
Hi Sam,
Please make sure you use correct page container name:
background image not responding
Posted: Wed Sep 11, 2013 8:05 pm
by sam5863015
yup all correct, as I have wrote above this hasn't happened before i've attached images of what I can see.
background image not responding
Posted: Wed Sep 11, 2013 8:42 pm
by Kateryna Grynko
Hi Sam,
- You use quite a large image for a mobile app background, but it's not the most important.
- Click F12 and check the dev tools Network tab. Check whether image is loaded. If a site does not belong to you, perhaps, the author has blocked the possibility of such use of the image.
- You can also try using Page Show event which is more correct for such actions.
- Instead of JS code, you can use CSS styles and specify a particular class name in container property.
background image not responding
Posted: Wed Sep 11, 2013 8:47 pm
by sam5863015
Anything I can follow for stage 4 ' Instead of JS code, you can use CSS styles and specify a particular class name in container property' ?
background image not responding
Posted: Wed Sep 11, 2013 9:03 pm
by Kateryna Grynko