Hey,
I am currently building an Ionic2 app that includes a google map (web) and strangely the button that should display the side menu on click does not always work :
<button ion-button menuToggle> <ion-icon name="menu"></ion-icon> </button>
The button is located in the navbar and should work perfectly fine; however, clicking on it sometimes leads to nothing. Refreshing the page might fix this issue sometimes.
Does that happen to anyone else ?
Thank you,