background-size: a capa não funciona no iOS

Este é o meu código:

background-color:#fff;
background-attachment:fixed;
background-repeat:no-repeat;
background-size:cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-position: center center; 

Está funcionando em computadores, iPad e dispositivos móveis Android:

No Chrome e Safari no iPhone, o fundo é muito grande:

questionAnswers(5)

yourAnswerToTheQuestion