From 9cc7c7f27c51c73c0ff877fa2a926b5eb688c35a Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 12 Apr 2025 18:13:47 +0200 Subject: [PATCH] docs(kiosk): Add instructions for using the kiosk with preferred browsers --- content/kiosk/setup.de.md | 15 +++++++++++++++ content/kiosk/setup.en.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/content/kiosk/setup.de.md b/content/kiosk/setup.de.md index 141e92d..e44d77c 100644 --- a/content/kiosk/setup.de.md +++ b/content/kiosk/setup.de.md @@ -114,3 +114,18 @@ So richten Sie den Kiosk für die Veranstaltung ein. $obj.Configuration = $null Set-CimInstance -CimInstance $obj ``` + +## Mit deinem bevorzugten Browser + +{{< callout type="warning" >}} + Die Möglichkeit, den Browser zu verlassen und/oder DevTools zu öffnen, könnte standardmäßig verfügbar sein. + Bitte prüfe, ob dein Browser einen Kiosk-Modus unterstützt und wie du ihn einrichten kannst. +{{< /callout >}} +{{< callout type="warning" >}} + Dein Browser unterstützt möglicherweise nicht das Drucken ohne Dialog. + Bitte prüfe, ob dein Browser diese Funktion unterstützt und wie du sie einrichten kannst. +{{< /callout >}} + +Öffne einfach den Link in deinem bevorzugten Browser und nutze den Kiosk-Modus deines Browsers: +- Mit automatischem Druck: +- Ohne automatischen Druck: diff --git a/content/kiosk/setup.en.md b/content/kiosk/setup.en.md index 0c6a240..8e3eaf8 100644 --- a/content/kiosk/setup.en.md +++ b/content/kiosk/setup.en.md @@ -114,3 +114,18 @@ How to set up the kiosk for the event. $obj.Configuration = $null Set-CimInstance -CimInstance $obj ``` + +## With your favourite browser + +{{< callout type="warning" >}} + The ability to exit the browser and/or open devtools may be available by default. + Please check if your browser supports a kiosk mode and how to set it up. +{{< /callout >}} +{{< callout type="warning" >}} + Your browser might not support printing without a dialog. + Please check if your browser supports this feature and how to set it up. +{{< /callout >}} + +Just open the link in your favourite browser and use the kiosk mode of your browser: +- With auto-printing: +- Without auto-printing: