When rotating my webapp (fullscreen mobile Safari), a checkered ("transparent") background appears where the content is/has shifted on rotate.
Is there anyway to make this background completely black? I've tried:
Doesn't work. See screenshot if you're unsure as to what I'm talking about...
Is there anyway to make this background completely black? I've tried:
Code:
html, body { background-color: #000000; }
Doesn't work. See screenshot if you're unsure as to what I'm talking about...