My Ionic 4 app has a sidemenu which functions perfectly on phones but stays open on an iPad, even when tapping the hamburger menu; it just won’t close.
If this is a v4 app, menuToggle and ion-button directives have been deprecated. <ion-menu-button> toggles the menu by default, and <ion-button> is its own component now. I’m not sure if that will solve this, but they are not required in <ion-buttons>
@jjdev Thanks. I removed those directives but that didn’t fix the problem. It’s weird, because I can see the hamburger icon respond when it’s clicked (it dims then goes back to white) but the menu stays open.
Not that I’m aware of. I chose sidemenu when I created the app, and it’s a pure ionic 4 app; not upgraded from 3. I’m looking at the docs but they’re terrible: they give an example that doesn’t even work; it breaks the menu!