This is my code:
background-attachment: fixed
is not supported on many mobile phone browsers.
If you check here: http://caniuse.com/#feat=background-attachment, you'll see the reason why on your laptop you get a different result that the one from your phone.
So far, I've found that the best thing to do is treat the image on phones as an image without parallax.
hope it helps