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!
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">
I had it set to true. Setting it to False did the trick! Thanks!