I work with angularjs and phonegap. I want to create an UI containing a slider.
The problem is, when I use the slider, the content scrolls to the left or to the right (see the pictures).
Normal state
When I try to use the slider
Catching the touchmove
event on the body is not acceptable because I want vertical scroll to work, though.
Thx all.