Open left menu only by pressing one button

Hi, what I need is to make the menu on the left to open only aprentando the menu button and not when the user moves the view. This need to do only a view of my application, is there any way to block this?

Greetings To You!

$ionicSideMenuDelegate.canDragContent(false); will disable the dragging. You can put it in the controller of the view you are trying to disable.

2 Likes

just apply it and it worked for me :slight_smile: thank you very much !!!

1 Like