ion-nav-bar中嵌套ion-tabs后,导航的返回按钮没有了怎么解决
ion-tabs 需要嵌套在ion-content内,否则会出现css错误,这是已知的bug。
如果需要在导航栏做tab,最好自己用按钮实现。