diff --git a/webui/index.html b/webui/index.html index 070e9966d..8832b888b 100644 --- a/webui/index.html +++ b/webui/index.html @@ -2,7 +2,10 @@ - + + + + + @@ -22,6 +29,14 @@ height: 100%; } + /* App-like feel on touch devices: no double-tap zoom on interactive + elements (system-level accessibility zoom still works), and no text + size inflation on orientation change. */ + html { + -webkit-text-size-adjust: 100%; + touch-action: manipulation; + } + body { margin: 0; background: #ffffff;