I have the following marking:
<form class="area-search" action="">
<input name="search" type="search" placeholder="O QUE ESTA PROCURANDO?">
<button>Buscar</button>
</form>
In iphone / ipad is rounding the corners of the search input. I tried to reset using border-radius: 0 !important;
but no results.