Any tips for adding something like ionNavButtons to the footer? Looking to put all my state-related functions in the footer, and leave navigation on the top. Otherwise may just hack my own directive based on ionNavButton.
You can use just regular buttons, like so
but ion-nav-buttons are reserved for the header. It’s a major app ui-pattern that you shouldn’t break
Thanks! Yeah that’s exactly what I ended up doing. If I recall, I didn’t initially think that putting ion-footer in a view would work, but I tried putting it inside ion-content/ion-scroll which would obviously not achieve the desired effect. Or some other stupid monday morning detail .