I am creating an application and I want it to have a Fix Background Image in it.
I am using html5, css3 and javascript.
I made my css to fix my background image like I always do, just like this:
body{ background:#1F1F1F url(../assets/bg.png) fixed;}
Ok, Every thing works well in the Browser even if in IE8 and the background image is fixed.
But when it comes to the Default Browser of my Mobile Device the image is not fixed anymore!
Any help would be appreciated.
Have you tried it in an webview or are you just opening it in a browser. I guess if you make an app it will be packed inside a webview. you should try that first and see how that behaves.