I am developing an app in Blackberry using phonegap. I am using jquery mobile1.2.0 for UI design. Question is, where to give background image so that it covers whole page. What is happening is, the image is not covered to the whole page in the app, but I get the same for whole page in browser. Why it is happening so or any other way I can get the image for while page?CSS I have writter for background image is:
.ui-mobile, .ui-mobile .ui-page {
background-image: url("images/img_bg.jpg") !important;
background-repeat: no-repeat !important;
background-size: 100% 100% !important;
}
