I’m using the ion-slide-box directive to create a guided tour feature in an app. Each slide in the slide-box shows part of the tour.
In order to make it clearer to the user that they can slide either left or right between slides I’d like to add both left/right arrows to each slide so they can see that the slides go both ways. While the pager feature helps it doesn’t show the user that they can slide left or right.
Does anyone know how I can add these arrows or if there is a better directive I could use for this feature?
+1
I also need to add a left and right arrow to my slide box because of UX (the user is not aware he can move through slides!)
How can I copy the “http://ionicframework.com/” web page slide box behaivor to my App? This slide box provides the a pager and the left & right arrows!