> For the complete documentation index, see [llms.txt](https://wiki.crosswatch.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.crosswatch.app/crosswatch/main-dashboard/mobile-devices.md).

# Mobile devices

CW works well on phones. The UI exposes a lightweight mobile view by default.

### Mobile dashboard

Use the mobile dashboard when you just need status and quick checks.

It focuses on:

* **Statistics** and **Recent syncs**
* **Recent Activity** for recent local scrobbles
* The footer **Scrobble “Now Playing”** card (when enabled)
* A quick toggle between **Compact** and **Full UI**

### Install as an app (PWA)

You can install CW on Android and iOS as a “home screen app”.

Requirements:

* Serve the UI over **HTTPS**
* Reverse proxy with a trusted (public) certificate

Related: [HTTPS/TLS](/crosswatch/advanced-and-api/https-and-tls.md).

{% hint style="info" %}
Self-signed HTTPS is fine for encryption. You may still see browser warnings.
{% endhint %}

{% tabs %}
{% tab title="iPhone / iPad (Safari)" %}

1. Open CW in **Safari**
2. Tap **Share**
3. Tap **Add to Home Screen**
   {% endtab %}

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

1. Open CW in **Chrome**
2. Tap the **⋮** menu
3. Tap **Install app** (or **Add to Home screen**)
   {% endtab %}
   {% endtabs %}

### Summary

CW has a phone-friendly UI by default.

Use the mobile dashboard for quick status checks.

Install it as a PWA once the UI is served over HTTPS.

### Next steps

* Set up HTTPS so PWA install works: [HTTPS/TLS](/crosswatch/advanced-and-api/https-and-tls.md).
* Review local scrobble history: [Recent Activity](/crosswatch/settings/scrobbler/recent-activity.md).
* Enable or verify the “Now Playing” footer card if you use scrobbling: [Playing Card](/crosswatch/settings/scrobbler/playing-card.md).
* Review UI preferences and provider status in: [Settings](/crosswatch/settings.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.crosswatch.app/crosswatch/main-dashboard/mobile-devices.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
