-
Please how do I make the Confirm alert not to disappear when the user tap on the screen, it should only disappear when the user select tap on the OK or CANCEL button.
-
The Loading component of ionic seems to hang when you dismiss() it and reopen it for the 5th time, is that a bug or why is it freezing?
-
You should be able to acquire a reference to the
<ion-backdrop>
element, on which you can do.addEventLister('click', (event) => event.stopPropagation())
-
would you kindly post an update to this issue when you figured out the cause and solution? Thank you.