@leonardofmed wrote:
I decided to put a side menu in my page, following the documentation I should insert the
<ion-router-outlet>
tag in this page or else the menu won’t activate. The problem is, when I insert this tag all my buttons don’t click anymore.I was originally using
<ion-menu-button
tag to toggle the menu, so I tried to toggle by the function:menuController.toggle()
, but even so I need the<ion-router-outlet>
to activate the menu.Without the tag I receive an error:
Menu: must have a “content” element to listen for drag events on.
How can I solve this button problem?
Posts: 1
Participants: 1