dgero95
dgero95

Reputation: 64

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

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

Upvotes: 0

Views: 248

Answers (1)

tideclima
tideclima

Reputation: 16

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 :P

Upvotes: 0

Related Questions