# Using the sipgate app in a mobile browser

You can use the sipgate App in a mobile browser - on your smartphone or tablet.\
Depending on your operating system and browser, there may be differences, especially in how incoming calls ring, how notifications appear, and how the microphone is accessed.

#### iOS: Safari, Chrome, and Firefox

The app works in all three browsers. However, Safari requires extra settings so that **incoming calls ring** and **the microphone** can be used continuously

#### **Allow Microphone Access (Safari)**

1. Open the app in Safari.
2. Tap **aA** or the website icon in the address bar.
3. Select **Website Settings**.
4. Set **Microphone** to **Allow**.

#### **Enable Ringing for Incoming Calls (Safari)**

Go to the **iOS Settings** app and select **Safari**.

![](/files/VtUj7EoaGCqlM6itPuUe)

Under **Advanced**, open **Feature Flags**.

![](/files/a5tsduRBUZDl7NOI8BrO)

Enable **AudioSession Full API**.

![](/files/5vDJmytB2DASVW8WppOx)

**Note:** This setting is required for Safari to play a ringtone for incoming calls.

#### **Chrome on iOS**

You can open and use the app, but incoming calls will not ring. iOS does not allow continuous background audio in these browsers.

**Firefox on iOS**

The app works without restrictions. Incoming calls ring automatically—no additional settings are required.

#### Android: Chrome, Firefox and Samsung Internet

The app works without restrictions. Incoming calls ring automatically—no additional settings are required.\
This applies both in the browser and if you install the app as a **Progressive Web App (PWA)**.

#### Adding the App to Your Home Screen (PWA)

Installing the app as a PWA gives you faster access. This is optional but recommended.

**iOS (Safari)**

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

**Important:** For incoming calls to ring, the **AudioSession Full API** feature (see **Enable Ringing for Incoming Calls Safari**) must be enabled.

**Android (Chrome)**

1. Open: <https://workspace.sipgate.com>
2. Tap the three dots in the top right corner.
3. Select **Add to Home Screen**.
4. Launch the app from the new icon.

#### Common Issues and Solutions

| Problem                                   | Possible Cause                       | Solution                                                                                   |
| ----------------------------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------ |
| Incoming calls don't ring in Safari (iOS) | Feature Flag not enabled             | iOS Settings ➔ Safari ➔ Advanced ➔ Feature Flags ➔ Enable **AudioSession Full API**        |
| Incoming calls don't ring in Chrome (iOS) | Chrome does not support this feature | Add Chrome app to Home Screen to receive a notification sound **or** use Safari or Firefox |
| No system notifications (iOS)             | App not installed as PWA             | Add sipgate app as PWA via Safari                                                          |
| No ringing on Android (rare)              | Browser/device glitch                | Clear browser data, restart device, reopen app                                             |


---

# 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://teamhelp.sipgate.co.uk/use-sipgate/sipgate-app/using-the-sipgate-app-in-a-mobile-browser.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.
