🥅Modal windows

The screen can be used as a modal window. In this case, the entire screen should have the #ion-modal tag.

The block of the window itself must have the tag #modal or #modal-full or #modal-0.75 - it is its contents that will be shown as a modal window. The height of the modal window will be determined automatically. Instead of #modal-0.75, you can use any value with two decimal places from 0 to 1 - this is the height of the modal window (relative to the overall screen height). Inside the tag you can use other markup tags #ion-content, #ion-footer, #ion-header.

Last updated