-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Description
Since beta.6, clicking on a ion-menu-button
does not open the menu. For example in:
<ion-header>
<ion-toolbar color="light">
<ion-buttons slot="start">
<ion-menu-button></ion-menu-button>
</ion-buttons>
<ion-title>{{ 'DASHBOARD' | translate }}</ion-title>
</ion-toolbar>
</ion-header>
and in app.component.html
:
<ion-app>
<ion-split-pane [disabled]="!(showSideMenu$ | async)">
<ion-menu #menu swipeGesture="false">
<app-sidemenu></app-sidemenu>
</ion-menu>
<ion-router-outlet main></ion-router-outlet>
</ion-split-pane>
</ion-app>
adailtonribeiro
Metadata
Metadata
Assignees
Labels
No labels