Globally disable click out side of ionicModal

ionicModal is appearing like a popup along with backdrop in iPad (Fine in android tabs with full screen view). Modal is closing whenever user clicks on backdrop. It will be an issue if user is filling a form.

Yes, I can use backdropClickToClose: false property while creating modal but I used over 60 modals all over my app :sweat:. Is there any way to set backdropClickToClose:false globally in a config like

$ionicModal.config { backdropClickToClose : false }
Or how to change modal size to full screen as in Android tabs.

Thanks in advance.