From 5efb93ea68123044593f01c2ade0d9c635930fbd Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 25 Apr 2020 15:03:03 -0400 Subject: [PATCH] don't zoom on double tap --- ui/static/ui/button.css | 4 ++++ ui/templates/ui/button.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/static/ui/button.css b/ui/static/ui/button.css index c43029b..a9df303 100644 --- a/ui/static/ui/button.css +++ b/ui/static/ui/button.css @@ -13,4 +13,8 @@ html, body { flex-direction: column; align-items: center; text-align: center; +} + +.disable-dbl-tap-zoom { + touch-action: manipulation; } \ No newline at end of file diff --git a/ui/templates/ui/button.html b/ui/templates/ui/button.html index 163d3f0..4bde8cb 100644 --- a/ui/templates/ui/button.html +++ b/ui/templates/ui/button.html @@ -18,7 +18,7 @@

The Button

- +