Open sidemenu when modal appear

I’ve just worked with Ionic for few days and stuck with this. Every time I open a modal I couldn’t swipe the sidemenu and any pages that I push or setroot in that modal are not able to open sidemenu too. Any help would be very appreciated.

Of course you cant open side menu when your modal is appear. you should close it first.

yes, but i want to open both of them at the same time. is it possible ?.
The problem is that every page i push or even setRoot inside that modal is not able to open side menu

I never tried such a things. But I think it is not possible because even in simple javascript we cannot open alert box at the same time of page redirection. we have to close the alert box then the page will redirect.