enable pinch-to-zoom for android

This commit is contained in:
Hakim El Hattab
2019-01-30 16:31:31 +01:00
parent 2219107c69
commit 6a2cb42e6b
3 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -566,7 +566,7 @@ $controlsArrowAngleActive: 36deg;
width: 100%;
height: 100%;
overflow: hidden;
touch-action: none;
touch-action: pinch-zoom;
}
.reveal .slides {