@champion007 wrote:
Hi Folks,
I want to disable the backdrop of modal on click of device back button click. Modal should not close on android device back button click.
Below is my code -
let modal = this.modalCtrl.create(LoginPage, { enableBackdropDismiss: false}); modal.present();
Thanks
Posts: 1
Participants: 1