Disable tap to zoom on IOS10+

This commit is contained in:
Francisco Hodge
2018-07-13 17:08:35 -04:00
parent 4206e02ca2
commit 94c14df816
6 changed files with 16 additions and 5 deletions
+1
View File
@@ -9,6 +9,7 @@ body, html {
user-select: none;
box-sizing: border-box;
overflow: hidden;
touch-action: manipulation;
}
.simple-keyboard .hg-row {