Alert not working well and Loading component freezes

  1. 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.

  2. 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?

  1. You should be able to acquire a reference to the <ion-backdrop> element, on which you can do .addEventLister('click', (event) => event.stopPropagation())

  2. would you kindly post an update to this issue when you figured out the cause and solution? Thank you.