Both back button and menu button being displayed

Both the back button and menu button are being displayed for some reason when navigating to a view. I have hide-back-button set to “false” on the respective ionic-view. Am I missing something?

Thanks!

Do you have enable-menu-with-back-views set to false on the sidemenu?

<ion-side-menus enable-menu-with-back-views="false">
1 Like

I had it set to true. Setting it to False did the trick! Thanks!

1 Like