Is there any lifecycle event if active page loses visibility but it was not left e.g. modal has been presented and covered the page. I tried ionViewWillLeave but it will only fire if page was left. If there is no lifecycle event, how can I solve it please ?