From 6a2cb42e6b7bd8374d47552a4b0bb57b88a4f23f Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 30 Jan 2019 16:31:31 +0100 Subject: enable pinch-to-zoom for android --- css/reveal.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css/reveal.css') diff --git a/css/reveal.css b/css/reveal.css index 4a9f030..63ba646 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -469,8 +469,8 @@ body { width: 100%; height: 100%; overflow: hidden; - -ms-touch-action: none; - touch-action: none; } + -ms-touch-action: pinch-zoom; + touch-action: pinch-zoom; } .reveal .slides { position: absolute; -- cgit v1.2.3