Ionic Menu (ion-menu) in Angular – Disable Backdrop

Issue

Ionic Menu (ion-menu) in Angular – Disable Backdrop

Hello, I am wondering if there is a way to disable the backdrop when using an ion-menu?

I would like to keep the page functional while the menu is open.

I’m looking to do something similar to what is on the O365 admin interface.

O365 Side View

Solution

You could try to create with css a div that’s opaque, then using an *ngIf show it when you activate the menu. Hope that could help 😛

Answered By – tideclima

This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0

Leave a Reply

(*) Required, Your email will not be published