mirror of
https://github.com/zoriya/flood.git
synced 2026-06-07 12:24:50 +00:00
client: disallow browser viewport zooming
Mobile browsers like to auto zoom when an input box is selected, disallow such behavior to improve UX on touch screen devices.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<meta name="theme-color" content="#000000">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
|
||||
Reference in New Issue
Block a user