The datetime confirmation buttons are not showing up on an android 12.
It works fine on google chrome as can be seen:
But on the Android phone the confirmation buttons do not show:
<input id="open-modal" type="text" />
<ion-modal trigger="open-modal" :keep-contents-mounted="true">
<ion-datetime
id="datetime"
presentation="date"
locale="pt-BR"
v-model="user.dateOfBirthUtc"
@ionChange="setDataNascimentoString()"
cancel-text="Cancelar"
done-text="Ok"
:show-default-buttons="true"
@blur="validar('dateOfBirthUtc')"
></ion-datetime>
</ion-modal>