I'm feeling confused right now. I have this gradient code
background-image: -webkit-radial-gradient(50% 65%, ellipse cover, #f2f2f4, #201935 55%);
It's working on Safari when I change the User Agent to
Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5
This is the same webkit and browser as in the iPad.
However, when I view it on the actual iPad, it doesn't work. The forums say that webkit supports it... Can anyone help me get it to work?
Alternatively, can someone assist me in achieving a similar result with webkit-gradient (I can't find something that resizes as well as radial-gradient or has an ellipsoid shape), since apparently both are supported?