@mhartington I have an idea about what might be causing problems:
It’d help to know which different transition types causes the menu/back/cancel/header buttons to dis/appear automatically.
- $state.go
- url redirect link (e…g a href #/app/tabs-page)
- Menu navigation (I’m not sure how that works internally)
- tabs clicking, and explicit $ionicTabsDelegate.select(i) (which I think works fine)
And, it’d be nice to have manual control over this automatic process for combination of UI components/usage that is bound to come up in real apps beyond core examples.
I looked over the docs for menu/header/buttons but I didn’t spot this information.
Should this be a new ticket? Or maybe it can be answered here?
Thanks!