Ionic side menu issue when selecting pages

i create a ionic side menu application. in my app,i get the side menu in every page. when i still in home page ,i can go again trough side menu .how can i fix it?

1 Like

I am facing the same issue

I resolved this issue by removing lazy loading in root page. If your root page is a tab, then remove lazy loading on root tab and it’s child pages.