From f6498474c3b9e0b7770e0221755f3c91922e6b0a Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 14 Apr 2021 20:48:35 +0000
Subject: [PATCH] Zoom unterbunden
---
src/de/uhilger/mediaz/App.java | 6 ++++++
www/ui/index.html | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/de/uhilger/mediaz/App.java b/src/de/uhilger/mediaz/App.java
index ed108fc..83ceb8e 100644
--- a/src/de/uhilger/mediaz/App.java
+++ b/src/de/uhilger/mediaz/App.java
@@ -27,6 +27,12 @@
/**
* Die Hauptklasse der Mediazentrale mit der Methode <code>main</code>.
*
+ *
+ * args
+ * ctx=mz port=9090 conf=conf www-data=www
+ *
+ * -Djava.util.logging.config.file=/pfad/zu/logging.properties
+ *
* @author Ulrich Hilger
* @version 1, 25.3.2021
*/
diff --git a/www/ui/index.html b/www/ui/index.html
index e559d66..a9ad89f 100644
--- a/www/ui/index.html
+++ b/www/ui/index.html
@@ -20,7 +20,7 @@
<head>
<title>Pan</title>
<meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="stylesheet" type="text/css" href="app-menu.css">
<link rel="stylesheet" type="text/css" href="hamburger.css">
--
Gitblit v1.9.3