# Alternate Browser Configuration on iOS/iPadOS

## What

It can be desirable to use browsers, other than Safari. Apple now provide two such methods for i(Pad)OS.

- Web Clip URLs sent to devices to open particular pages
- Changing the default browser i(Pad)OS 18+

## When/Why

Internal policy may suggest a different browser is used for compatibility. Perhaps though, it is better to allow users to choose their preferred browser, but delivery of certain Web Clips contain pages better suited to a different browser.

<p class="callout warning">Where an alternate browser is targeted, that browser must already be installed on the device.</p>

## How

### Web Clip URL

<p class="callout success">Page may need to be a non-secure or secure link, http or https respectively. Be sure to test the URL link before mass deployment.</p>

Configuring a Web Clip Payload to use either http or https, will cause the Web Clip to open in the users chosen default browser. This will be Safari, if not changed.

For example, on an non-configured device, meaning Safari is default, either of the following should open using Safari:

- `http://ww.filewave.com`
- `https://www.filewave.com`

Each browser has an identifier which may be set to force the Web Clip to open in that browser, including:

<table border="1" id="bkmrk-browser-browser-url-" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 50%;"></col><col style="width: 25%;"></col><col style="width: 25%;"></col></colgroup><tbody><tr><td style="background-color: rgb(251, 238, 184);">Browser</td><td style="background-color: rgb(251, 238, 184);">Browser URL Prefix</td><td style="background-color: rgb(251, 238, 184);">Browser URL Secure Prefix</td></tr><tr><td>Google Chrome</td><td>googlechrome://</td><td>googlechromes://</td></tr><tr><td>Firefox</td><td>firefox://open-url?url=http://</td><td>firefox://open-url?url=https://</td></tr><tr><td>Microsoft Edge</td><td>microsoft-edge-http://

</td><td>microsoft-edge-https://

</td></tr></tbody></table>

#### Example

Imagine the Google Chrome web browser is the chosen target application for the Web Clip, either of the following should open using the Google Chrome browser:

- `googlechrome://www.filewave.com`
- `googlechromes://www.filewave.com`

Using the latter example, this is how this should look in the URL of the Profile Payload:

[![image.png](https://kb.filewave.com/uploads/images/gallery/2023-07/scaled-1680-/AnVDO2ukFadqeroL-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-07/AnVDO2ukFadqeroL-image.png)

### Force Default Browser

As of FileWave 16, it is now possible to leverage the newly added Apple feature to force a different default browser on i(Pad)OS 18.2+.

This is a command sent to devices:

[![image.png](https://kb.filewave.com/uploads/images/gallery/2025-04/scaled-1680-/etw3yVRSyReD3Mk7-image.png)](https://kb.filewave.com/uploads/images/gallery/2025-04/etw3yVRSyReD3Mk7-image.png)

In this instance, it should be the Bundle ID of the Application, e.g.

<table border="1" id="bkmrk-browser-bundle-id-sa" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 50%;"></col><col style="width: 50%;"></col></colgroup><tbody><tr><td style="background-color: rgb(251, 238, 184);">Browser</td><td style="background-color: rgb(251, 238, 184);">Bundle ID</td></tr><tr><td>Safari

</td><td>com.apple.mobilesafari</td></tr><tr><td>Firefox</td><td>org.mozilla.ios.Firefox</td></tr><tr><td>Opera</td><td>com.opera.OperaTouch</td></tr><tr><td>Microsoft Edge</td><td>com.microsoft.msedge</td></tr><tr><td>Google Chrome</td><td>com.google.chrome.ios</td></tr><tr><td>Brave</td><td>com.brave.ios.browser</td></tr></tbody></table>

As a Command, it does allow users to overrule the chosen Browser, but as with other commands, the policies are re-pushed every 24hours. However, it is possible to prevent users from altering the default browser with a restrictions profile:

[![image.png](https://kb.filewave.com/uploads/images/gallery/2025-04/scaled-1680-/TJ8pBU1IKQBC2Xcu-image.png)](https://kb.filewave.com/uploads/images/gallery/2025-04/TJ8pBU1IKQBC2Xcu-image.png)

As per Apple's documentation, this restriction does not prevent the MDM command from setting an alternate browser:

[![image.png](https://kb.filewave.com/uploads/images/gallery/2025-04/scaled-1680-/FNTRHEKRYgAo6Uf1-image.png)](https://kb.filewave.com/uploads/images/gallery/2025-04/FNTRHEKRYgAo6Uf1-image.png)

## Related Content

- [Managing Web Clips on iOS / iPadOS](https://kb.filewave.com/books/profiles-apple/page/managing-web-clips-on-ios-ipados "Managing Web Clips on iOS / iPadOS")