> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.6/webanwendung/auf-startbildschirm-hinzufuegen.md).

# Auf Startbildschirm hinzufügen

Es ist möglich, die JUNE5 Web-Anwendung auf den Startbildschirm eines mobilen Gerätes (Smartphone, Tablet) zu installieren. Somit kann die Anwendung wie eine normale App vom Startbildschirm eines Smartphones oder Tablets starten.

Es ist auch noch möglich, die JUNE5 Web-Anwendung auf einem Desktop zu installieren. Hierbei erhält die Web-Anwendung nach der Installation ein Icon in der Taskleiste oder dem Dock und wird auf dem Desktop hinterlegt. Von dort gestartet öffnet sich die Anwendung in einem eigenständigen Fenster.

JUNE5 bietet hierfür eine sog. *Komfortfunktion* an. Sobald die JUNE5 Web in einem Browser aufgerufen wird, erscheint in der Anmeldeseite rechts oben folgender Installationshinweis "*Zum Startbildschirm hinzufügen*". Beim Betätigen dieser Schaltfläche öffnet sich ein Fenster mit den Tasten *Installieren* und *Abbrechen*. Nachdem Betätigen der Installieren-Taste, wird die Seite als Web-App installiert.

Damit die Komfortfunktion erfolgen kann, müssen folgende Vorraussetzungen erfüllt sein:

1. Das entsprächende Gäret muss über ein gültiges Zertifikat verfügen.
2. Die JUNE5-Web muss unter *https* aufgerufen werden.

Derzeit kann diese Komfortfunktion unter folgenden Browsern erfolgen:

### Mobile Browser

|         | Chrome      | Firefox           | Opera             | Safari            | Android Browser | <p>Microsoft Edge</p><p>Ab Version v.81</p> | Samsung Internet |
| ------- | ----------- | ----------------- | ----------------- | ----------------- | --------------- | ------------------------------------------- | ---------------- |
| Android | Unterstützt | Nicht Unterstützt | Nicht Unterstützt | -/-               | Unterstützt     | Unterstützt                                 | Unterstützt      |
| iOS     | Unterstützt | Nicht Unterstützt | -/-               | Nicht Unterstützt | -/-             | -/-                                         | -/-              |

### Desktop Browser

|         | Chrome      | Firefox           | Internet Explorer | <p>Microsoft Edge</p><p>Ab Version v.81</p> | Opera             | Safari      |
| ------- | ----------- | ----------------- | ----------------- | ------------------------------------------- | ----------------- | ----------- |
| Mac     | Unterstützt | -/-               | -/-               | -/-                                         | -/-               | Unterstützt |
| Windows | Unterstützt | Nicht Unterstützt | Nicht Unterstützt | Unterstützt                                 | Nicht Unterstützt | -/-         |

Auf mobilen Geräten, wo die o.g. Komfortfunktion nicht unterstützt wird, kann die Installation direkt in der App des gewünschten Browsers erfolgen. Die Browserunterstützung hierfür sieht folgendermaßen aus:

|         | Chrome      | Firefox     | Opera       | Safari      | Android Browser | <p>Microsoft Edge</p><p>Ab Version v.81</p> | Samsung Internet |
| ------- | ----------- | ----------- | ----------- | ----------- | --------------- | ------------------------------------------- | ---------------- |
| Android | Unterstützt | Unterstützt | Unterstützt | -/-         | Unterstützt     | Unterstützt                                 | Unterstützt      |
| iOS     | Unterstützt | Unterstützt | -/-         | Unterstützt | -/-             | -/-                                         | -/-              |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.videc.de/june5-3.6/webanwendung/auf-startbildschirm-hinzufuegen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
