Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0.0-beta.6] ion-menu-button not working #15377

Closed
doender opened this issue Aug 29, 2018 · 2 comments
Closed

[4.0.0-beta.6] ion-menu-button not working #15377

doender opened this issue Aug 29, 2018 · 2 comments

Comments

@doender
Copy link

doender commented Aug 29, 2018

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>
@ionitron-bot ionitron-bot bot added the triage label Aug 29, 2018
@peterpeterparker
Copy link
Contributor

peterpeterparker commented Aug 29, 2018

I'm facing the issue too and could reproduce the problem in a fresh dummy app

ionic start menu --type=angular
choose the menu canvas
update beta.6
ionic serve

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 29, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants