I have some spacing/margin in ion-input type date in ionic 5 project running on android device, works ok with type text and in chrome browser
<ion-item>
<ion-input type="date" label="Hello" label-placement="stacked" value="[email protected]">
</ion-input>
</ion-item>
I tried to use CSS with no result
::-webkit-calendar-picker-indicator {
display:none
}[![enter image description here][1]][1]
!(https://i.sstatic.net/8GX995TK.jpg)