Compare commits

...

1 Commits

Author SHA1 Message Date
ducoterra
5efb93ea68 don't zoom on double tap 2020-04-25 15:03:03 -04:00
2 changed files with 5 additions and 1 deletions

View File

@@ -13,4 +13,8 @@ html, body {
flex-direction: column;
align-items: center;
text-align: center;
}
.disable-dbl-tap-zoom {
touch-action: manipulation;
}

View File

@@ -18,7 +18,7 @@
<h1 class="title">
The Button
</h1>
<button class="button is-primary" id="BUTTON">Press</button>
<button class="button is-primary disable-dbl-tap-zoom" id="BUTTON">Press</button>
</div>
<div><br></div>
<div>