Hi..
I wrote the following CSS Code for container background:
.container_bg{
background:url("../image/conveyor.jpg") no-repeat fixed;
}
and i tried the following JS code on Loade Page Event:
Appery("mobilecontainer").css('background-attachment','fixed');
and it works fine only when i tested my app on web emulator (on Firfox but not working on chrome
), but not on my appery.io tester or when i installed it on my real device as (Apk).
I'm using library V1.1 btw.
thanks