Tiling an image via CSS is not working on real devices in some cases.
Posted: Wed Jan 06, 2016 12:48 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
Any help is appreciated.
Thanks.
Tiling an image via CSS is not working on real devices in some cases.
Posted: Thu Jan 07, 2016 8:00 pm
by Mark MB
Tiling an image via CSS is not working on real devices in some cases.
Posted: Fri Jan 08, 2016 11:04 am
by Serhii Kulibaba
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...");
Tiling an image via CSS is not working on real devices in some cases.
Posted: Fri Jan 08, 2016 4:39 pm
by Mark MB
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.
Tiling an image via CSS is not working on real devices in some cases.
Posted: Sun Jan 10, 2016 1:59 pm
by Evgene Karachevtsev
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?