I am trying to detect left,right swipe events on the screen using hammer.js. Currently its detecting swipe action over entire screen area since i am passing the main content div class.I've created an overlay div covering half of the screen area and its class is passed when hammer is initialized.So now the swipe is working fine over that area ,but all other pointer events to content below the overlay is blocked. Is it possible to pass all other pointer events to underlying divs except the swipe events ?
Asked
Active
Viewed 616 times
1 Answers
0
Assuming I understood your problem description correctly and re-phrasing it as follows: You want to use an additional recognizer along with your existing swipe(left, right) events.

vsr
- 1,025
- 9
- 17