core: prevent pinch to zoon on mobile

This commit is contained in:
Koushik Dutta
2022-03-16 10:44:24 -07:00
parent 406f1d078a
commit a7ef35f6dd
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/core",
"version": "0.0.222",
"version": "0.0.223",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/core",
"version": "0.0.222",
"version": "0.0.223",
"license": "Apache-2.0",
"dependencies": {
"@koush/wrtc": "^0.5.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/core",
"version": "0.0.222",
"version": "0.0.223",
"description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.",
"author": "Scrypted",
"license": "Apache-2.0",

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Scrypted Management Console</title>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">