I\'m developing a cordova app and I\'m trying to get a fixed background. Unfortunately, it doesn\'t seem to be working, and anytime I scroll down the background simply goes
Have you tried this?
html, body { height: 100%; } html { overflow-y: hidden; } body { overflow-y: scroll; background-color:#000000; background-image:url('../img/bg_reader.jpg'); }