I am trying to make side menu in ionic app. But links of side menu not clicking

168 Views Asked by At

I am trying to make a side menu bar in my app. the side menu is showing. but I can't click those links. When I inspect the page and select an item, it is selected tag.

1

There are 1 best solutions below

0
On BEST ANSWER

Assuming that you have used this example. This example does not implement click events, to add them:

  • In React, use onClick() handler.
  • In Angular, use ng-click or bind event (click)

This should be added to every "ion-item" tag in above example.