How we remove default border radius in iphone from css

Hello All,

Solution:

Please add this line in your css code

textarea, select,
input[type="text"],
input[type="button"],
input[type="submit"], input[type="number"], input[type="email"] {
     -webkit-appearance: none;
     border-radius: 0;
}





Thanks

Ankit

Comments

Popular posts from this blog