I have a problem with my modal, because the modal on ipad or tablet does not cover the entire screen as it does on a cell phone, some way to fix that little problem.
I used this in the styles if it could be fixed, but it couldn’t.
ion-modal {
.modal-wrapper {
height: 100vh;
width: 100vw;
}
}