We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b20e1d commit 015333aCopy full SHA for 015333a
touch.html
@@ -94,7 +94,6 @@
94
95
96
var bodyTouch = util.toucher($('#toucher')[0]);
97
-bodyTouch.preventDefault = true;
98
99
bodyTouch.on('singleTap',function(e){
100
$('.console3').append('singleTap'+I()+'<br/>');
@@ -134,6 +133,7 @@
134
133
'top':e.moveY,
135
'left':e.moveX
136
});
+ return false;
137
}).on('swipeEnd','.checkA',function(e){
138
$('.console1').append('swipeEnd<br/>');
139
console.log(this,e);
@@ -169,4 +169,4 @@
169
170
</script>
171
</body>
172
-</html>
+</html>
0 commit comments