Looking to create a dynamic sidebar that functions as an index for the chapters of the book being read by the user. As the user swipes through the index, the corresponding chapter will be displayed in the reader.
I am working with Angular and wondering how I can incorporate touch events like ng-click or ng-mouseover for mobile devices.
Appreciate any insights on this topic.