enable pinch-to-zoom for android
This commit is contained in:
		| @@ -469,8 +469,8 @@ body { | |||||||
|   width: 100%; |   width: 100%; | ||||||
|   height: 100%; |   height: 100%; | ||||||
|   overflow: hidden; |   overflow: hidden; | ||||||
|   -ms-touch-action: none; |   -ms-touch-action: pinch-zoom; | ||||||
|       touch-action: none; } |       touch-action: pinch-zoom; } | ||||||
|  |  | ||||||
| .reveal .slides { | .reveal .slides { | ||||||
|   position: absolute; |   position: absolute; | ||||||
|   | |||||||
| @@ -566,7 +566,7 @@ $controlsArrowAngleActive: 36deg; | |||||||
| 	width: 100%; | 	width: 100%; | ||||||
| 	height: 100%; | 	height: 100%; | ||||||
| 	overflow: hidden; | 	overflow: hidden; | ||||||
| 	touch-action: none; | 	touch-action: pinch-zoom; | ||||||
| } | } | ||||||
|  |  | ||||||
| .reveal .slides { | .reveal .slides { | ||||||
|   | |||||||
| @@ -12,7 +12,7 @@ | |||||||
| 		<meta name="apple-mobile-web-app-capable" content="yes"> | 		<meta name="apple-mobile-web-app-capable" content="yes"> | ||||||
| 		<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | 		<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | ||||||
|  |  | ||||||
| 		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | 		<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||||
|  |  | ||||||
| 		<link rel="stylesheet" href="css/reset.css"> | 		<link rel="stylesheet" href="css/reset.css"> | ||||||
| 		<link rel="stylesheet" href="css/reveal.css"> | 		<link rel="stylesheet" href="css/reveal.css"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user