don't zoom on double tap

This commit is contained in:
ducoterra
2020-04-25 15:03:03 -04:00
parent 1ee6b890ef
commit 5efb93ea68
2 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -18,7 +18,7 @@
<h1 class="title"> <h1 class="title">
The Button The Button
</h1> </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>
<div><br></div> <div><br></div>
<div> <div>