Nav-icon and back button in ion-nav-bar

Hello,

I am developing an app based on the side menu seed project.

I have some lists, which transition nicely between pages, showing content etc.

When the view changes, the back button appears, which is great.

However, at present, the back button replaces the nav-icon button (the horizontal bars which trigger the side menu toggle).

I was wondering if there is a way to retain the nav-icon button when the back button is also present?

I wouldn’t mind if the nav-icon button was on the right all the time, if that makes it possible!

Many thanks,
Patrick

In your view with out the menu toggle, add a new ion-nav-buttons, similar to the views that have the menu toggle.

Perfect - thank you!