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