# Use the sipgate app in the mobile browser

The sipgate app can also be used in a mobile browser — e.g. on a smartphone or tablet. Depending on the operating system and browser, there are differences, especially in the behavior of incoming calls (ringing, notifications) and microphone usage.

{% tabs %}
{% tab title="iOS" %}
The app basically works in Safari, Chrome, and Firefox. For use in **Safari** additional settings are required so that incoming calls ring and the microphone can be used continuously.

**Allow microphone permanently (Safari)**

1. Open the app in Safari:
2. Tap on the left in the address bar on **aA** or the website icon
3. Select **Website settings**
4. Set the microphone to **Allow**

**Let incoming calls ring (Safari)**

Open the **iOS settings** and click there on **Safari.**

![](/files/4719b7823d0a9adee34f0c5ca2e43a19e95cd54e)

About **Advanced** you will get to **Feature Flags.**

![](/files/268f38fcab6a02521662840fbf253767db10db62)

Activate there **AudioSession Full API.**

![](/files/a96445e08c467e7bc02acde925c0411652d8ac74)

{% hint style="info" %}
Note: This setting is required so that Safari emits a ringing signal for incoming calls.
{% endhint %}

**Chrome on iOS**

The app can be opened via Chrome on iOS. However, incoming calls are **not signaled audibly**, because iOS does not allow continuous audio playback in the background in these browsers.

**Firefox on iOS**

The app works without restrictions.\
Incoming calls ring automatically — no additional settings required.
{% endtab %}

{% tab title="Android" %}
The app works without restrictions.\
Incoming calls ring automatically — no additional settings required.\
This applies both to use in the browser and as an installed PWA (Progressive Web App).
{% endtab %}
{% endtabs %}

#### Add app to home screen (PWA)

You can install the sipgate app as a **Progressive Web App (PWA)** to access it more quickly. This is optional, but recommended by sipgate.

{% tabs %}
{% tab title="iOS (Safari)" %}

1. Open: <https://workspace.sipgate.com>
2. Tap the **share icon**
3. Select **Add to Home Screen**
4. Start the app using the new icon

{% hint style="warning" %}
Important: For audible ringing, the feature **AudioSession Full API** as described under point **Let incoming calls ring (Safari)** must be activated.
{% endhint %}
{% endtab %}

{% tab title="Android (Chrome)" %}

1. Open: <https://workspace.sipgate.com>
2. Tap the **three dots**
3. Select Z**to add to home screen**
4. Open the app using the new icon
5. Open the app from the home screen
   {% endtab %}
   {% endtabs %}

#### **Common problems and solutions**

| **Problem**                                | **Possible cause**                             | **Solution**                                                                           |
| ------------------------------------------ | ---------------------------------------------- | -------------------------------------------------------------------------------------- |
| Incoming calls do not ring in Safari (iOS) | Feature flag is not activated                  | Safari ➔ Advanced ➔ Feature Flags ➔ activate “AudioSession Full API”                   |
| Incoming calls do not ring in Chrome (iOS) | Chrome currently does not support this feature | Add Chrome to the home screen to receive a notification sound or use Safari or Firefox |
| No system notification (iOS)               | App was not installed as a PWA                 | Add sipgate app as a PWA to the home screen via Safari                                 |
| No ringing on Android (rare)               | Browser or device is not responding correctly  | Clear browser data, restart device, open app again                                     |


---

# Agent Instructions: 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://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/die-sipgate-app/sipgate-app-im-mobilen-browser-nutzen.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.
