How can i create permanent alertbox on Ionic 2
my code is:showAlert() { let alert = this.alertCtrl.create({ title: 'New Version!', subTitle: 'Please update your app' });
You’d be better off navigating to a custom page with a message and no back button.
Don’t forget to handle a hardware back button as with Androids.