Looking for a way to use TOUCHEND, TOUCHSTART events to allow the user to scroll through the pages with slide gestures. I don’t know how to determine the direction(e.g. get the coordinates of the TOUCHEND and TOUCHSTART points to determine the direction).
Share
Conceptually, you can do this:
See here on MDN for info about the data for the touch events. MDN is always the first place I look for this kind of stuff.