0

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 Answers1

0

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.