@NthabyMogoboya wrote:
I want to disable modal dismiss when you click outside the modal. I’ve tried many different examples but didn’t work.
async openExtras(){
let modal = await this.modalCtrl.create({
component: ExtrasPage,
cssClass: ‘extras’
});
modal.present();
}
Posts: 1
Participants: 1