<ion-nav [root]="rootPage" #content swipeBackEnabled="false"></ion-nav>
gives us a nice iOS-typical header. When we touch the hamburger menu icon the menu (code not shown) opens. Now I want to close that menu on touch on hamburger menu. (normally this is ion-navicon class in Ionic1)
Ideas?