Source code

Revision control

Copy as Markdown

Other Tools

<!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>