Disable swipe to view sidemenu ionic 2

前端 未结 6 1058
傲寒
傲寒 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:43

    You can use the enable method of the MenuController to enable/disable the menu for a particular page.

    Call enable with the Menu ID when you open the page and disable when you move away from it. You can omit the Menu ID if you have a single menu instance in your app.

    Source

提交回复
热议问题