Page 1 of 1

Tiling image via CSS is not working.

Posted: Wed Jan 06, 2016 12:42 am
by Mark MB

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

    Image