Gradient issues in android when previewing with ionic view

I have the following app:

    
My APP
Login SIGN UP Forgot Password
.sign-in-form{ background: linear-gradient(#FF9C1B, #FFC837); background: -webkit-linear-gradient(to left, #FF9C1B , #FFC837); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left,#FF9C1B , #FFC837); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

When i preview the app in ionic view on a ios device, i see the background gradient, but when i start the same thing on a android device, there is no background color/gradient. I am using ionic view app to preview apps.