These properties don't interact correctly in Android Chrome or Android WebView:

background-attachment: fixed
background-size: covered

Work-arounds (like a position-fixed div) also don't work because of mobile Chrome's scrolling behavior:

Only take-away: Never use "fixed" positioning under any circumstances. You need to use JavaScript and handle scroll events.

Relevant bug threads here: Chrome, WebView