Skip to content

Commit

Permalink
make touchaction test zoomable
Browse files Browse the repository at this point in the history
this helps to test whether `pan-y` works correctly in preventing
horizontal scrolling
  • Loading branch information
patrickhlauke committed Oct 7, 2015
1 parent 95eaafa commit 50264a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manual/touchaction.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="assets/style.css">
<title>Hammer.js</title>

Expand Down

0 comments on commit 50264a7

Please sign in to comment.