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:
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:
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...");
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.
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?