blob: 51b715f30a60493619f5a1c9e29d679fb9f8c4ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<style>
body, html {
height: 100%;
width: 100%;
overflow: hidden;
}
body {
touch-action: none;
}
</style>
<body>
<p>This page blocks all 'touch-action'.</p>
</body>
|