Hi guys!
I have a page (called as A page) that contains 2 menus, one is on left side (open via menu button in page), another one is on right side (open via header component’s menu button).
The problem happens when I navigate to the page with this flow:
homepage > A page > B page > C page > A page
The left menu button will disappear with this flow. After doing some research, I add autoHide=‘false’ as the code shown below.
<ion-menu-button menu="leftMenu" autoHide='false' class="ion-no-padding" style="margin-bottom: 3px">
Then the menu button appear, but the button is not working, no action taken when I click it.
This problem will exists until I refresh the page.
Is there any way to solve this problem?
1 post - 1 participant