Beta 13 styles not loading android 4.1.1

On android 4.4, styles load, although with android 4.1.1, styles are not loaded.

E.g
the styles on .pane are supposed be:

background: linear-gradient(rgba(80, 120, 199, 0.9),
	rgba(80, 120, 199, 0.9)), url('../img/background-full-colour.jpg')
	!important;
background-size: cover;

But instead, it is loading with everything ‘none’

This seems like a case where 4.1 doesn’t support gradients.

1 Like