CSS background-image ne fonctionne pas correctement sur mobile android

C'est le code j'utilise en ce moment:

background: url(myimage.jpg) no-repeat center center fixed;
background-size:100% 100%!important;
background-position:0 0!important;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size:cover;
background-attachment:scroll;

Sur android j'ai parcouru avec google Chrome. Quand je scroll vers le bas je veux que l'image de fond statique. Puis-je y parvenir d'une autre manière?

OriginalL'auteur melbourne | 2013-04-29