Hi All
I’m trying to have a side menu purely on the homepage
This code within the ion-navbar shows the button
<ion-buttons end>
<button ion-button>
<ion-icon ios="ios-cog" md="ios-cog"></ion-icon>
</button>
</ion-buttons>
but adding menuToggle removes the button
<ion-buttons end>
<button ion-button menuToggle>
<ion-icon ios="ios-cog" md="ios-cog"></ion-icon>
</button>
</ion-buttons>
Any help would be great
Mark