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.
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 :P
Answered By - tideclima
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.