Disable swipe to view sidemenu ionic 2

前端 未结 6 1050
傲寒
傲寒 2020-12-24 06:43

I\'m using a sidemenu ionic 2. when I swipe this page from left to right the side menu slides out i need to disable sidemenu swipe in particular page.

app.html

6条回答
  •  無奈伤痛
    2020-12-24 07:44

    best and easy

    in app.component.ts file

    change

    
    

    to

    Thats it, It will hide the sidemenu

提交回复
热议问题