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.
Asked
Active
Viewed 96 times
1 Answers
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.

Raghuram Sadineni
- 593
- 4
- 14