I have set rounded corners in CSS like this:
input { -webkit-border-radius: 1em; }
On desktop browser (Chrome, FF) the corners are rounded and pretty smooth (antialiased). However on Android browser (even 2.3) the corners are rounded but not smooth, they look pretty bad - pixelated...
If there is some CSS hack or some other solution, please help.