In Ionic 2. I have disabled the closing of side menu while selecting the menu item with commenting this.menu.close() in openPage(). but when I'm clicking or tapping on outside the side menu the side menu is closing. I need the side menu to be opened when resolution is more than 768px.
But when tapping or clicking outside the side menu closes the side menu.
How can I prevent the closing of side menu when tapping or clicking outside the side menu in Ionic 2?