I created a custome component for my side menu and I has wrape it with ion-menu like:
<ion-menu contentId="main">
<app-side-menu></app-side-menu>
</ion-menu>
Drag events are working and the menu is displayed, but the ion-buttons inside my component doesn’t fire the click event, I can’t select neigther the ion-input. I have to use a different component for this?.
1 post - 1 participant