Is anyone aware of a supported option which would allows to display the modals (modalController.create
) full screen on large screen too?
Actually I don’t need that at all
For the record in v4:
ion-modal {
--width: 100%;
--height: 100%;
}
That doesn’t do anything for me.