Mark MB
Posts: 0
Joined: Wed May 27, 2015 7:34 am

Tiling an image via CSS is not working on real devices in some cases.

I have an entry screen in which I have applied the following css to a grid:

.imageTile {
background-image: url("http://appery.io/app/view/xxxxxxxxxxx...");
background-size:cover;
}

It works only in these cases:

  • In the designer and in the Test browser

  • iPhone 6 only within the Appery.io Tester app

    It does not render in all other cases:

  • iPhone running as binary after installed via .ipa
    -Andriod running under Appery.io tester. I have not tried running it after installing .apk

    Any help is appreciated.

    Thanks.

    Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Tiling an image via CSS is not working on real devices in some cases.

Hello Mark,

Please clarify libraries version of your app.
If it is 3.0, plese use:
background-image: url("../img/myImage.png");
here - myImage.png name of the image, which is uploaded via Media Manager

instead of:
background-image: url("http://appery.io/app/view/xxxxxxxxxxx...");

Mark MB
Posts: 0
Joined: Wed May 27, 2015 7:34 am

Tiling an image via CSS is not working on real devices in some cases.

Hi Sergiy. Thanks for getting back to me. I think you meant ../image/ instead of ../img. I tried that but now the image does not show on iPhone (neither under Appery Tester nor as ipa). But it works on Android under Appery Tester. So again it is not consistent. Any other ideas I can try? Thanks.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Tiling an image via CSS is not working on real devices in some cases.

Hello Mark,

Please share (http://devcenter.appery.io/documentat...) your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and provide us with the following information:

1) App name
2) Test credentials if login functionality is implemented in your app
3) Detailed steps to reproduce the issue

Also please detail what version of OS is on the devices which you use for tests?

Return to “Issues”