stackoverflow.com/questions/44709702/how-to-not-dismiss-the-alert-box-when-clicking-outside-of-it-on-ionic How to not dismiss the alert box when clicking outside of it on Ionic I am building a ionic 2 app and I am using the following component http://ionicframework.com/docs/components/#alert import { AlertController } from 'ionic-angular'; export class MyPage { stackoverflow.com alertController ..