Shouldn't prevent default for touchStart.
Default touch event shouldn't be prevented.
This commit is contained in:
parent
7cf8303b30
commit
967c30a5e4
@ -587,7 +587,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
e.preventDefault();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function touchMove(e) {
|
function touchMove(e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user