sam5863015
Posts: 0
Joined: Thu May 16, 2013 5:50 pm

background image not responding

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...

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

background image not responding

Hi Sam,

Please make sure you use correct page container name:
Image

sam5863015
Posts: 0
Joined: Thu May 16, 2013 5:50 pm

background image not responding

yup all correct, as I have wrote above this hasn't happened before i've attached images of what I can see. Image

Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

background image not responding

Hi Sam,

  1. You use quite a large image for a mobile app background, but it's not the most important.
  2. 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.
  3. You can also try using Page Show event which is more correct for such actions.
  4. Instead of JS code, you can use CSS styles and specify a particular class name in container property.
sam5863015
Posts: 0
Joined: Thu May 16, 2013 5:50 pm

background image not responding

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' ?

Return to “Issues”