how to disable menu from page in ionic3

public menu: MenuController
in constructor add below line
this.menu.swipeEnable(false);

Comments

Popular posts from this blog

push multiple data in array(select and disselect items in array)

how to active side menu in ionic3

how to add accordian to ionic project