Merge pull request #424 from azala/master
Fixes touch event handling in nested scrollbar containers
This commit is contained in:
commit
3d91c6f098
@ -87,6 +87,9 @@ function bindTouchHandler(element, i, supportsTouch, supportsIePointer) {
|
||||
}
|
||||
}
|
||||
function touchMove(e) {
|
||||
if (!inLocalTouch && i.settings.swipePropagation) {
|
||||
touchStart(e);
|
||||
}
|
||||
if (!inGlobalTouch && inLocalTouch && shouldHandle(e)) {
|
||||
var touch = getTouch(e);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user