ons-modal
-
Modal component that masks current screen. Underlying components are not subject to any events while the modal component is shown. This component can be used to block user input while some operation is running or to show some information to the user.
Click here to see the original article
-
I think this component should support “cancelable” attribute/property.
-
@laelbe
cancelable
attribute cancels the dialog when clicking on its mask. However,ons-modal
has no mask at all, it is fullscreen.
-
@Fran-Diox
I think others may need this option.
It just my opinion.