14 lines
207 B
HTML
14 lines
207 B
HTML
<!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>
|