The only solution i found is: Instead of modal, use the logic with page. So with nav controller you can set as root your page, then if user press back button, show alert and if confirm set back to root desired page.
UPDATE
I found a solution also with modals:
simply put backdrop:false and then subscribe to btn pressed and with alert cofirm add modal.dismiss()