enable pinch-to-zoom for android
This commit is contained in:
parent
2219107c69
commit
6a2cb42e6b
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -566,7 +566,7 @@ $controlsArrowAngleActive: 36deg;
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
touch-action: none;
|
||||
touch-action: pinch-zoom;
|
||||
}
|
||||
|
||||
.reveal .slides {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue