# Mobile Device Support

SimpleSpa is designed to be responsive and will work both on Android and iOS (iPhone and iPad), when installing as an app the browser navigation will no longer show on your device when launched from the dedicated SimpleSpa icon. SimpleSpa PWA will always be updated as the normal full browser version of SimpleSpa.

## Creating a new appointment on a touch enabled device

When navigating to the appointments page, the behavior to select a time slot differs slightly from a normal computer, you can scroll up and down to the respective time you want, to select that time you will need to long-press for 2 seconds so the time slot is highlighted, once a blue color appears this indicates that it is highlighted and you can release and complete the booking with the wizard. Important Note: Because PWA are sandboxed (this means that they run on their own secure limited container), some elements (form links, url navigation) may not work as expected as when using SimpleSpa from a normal browser. If you encounter difficulty navigating revert to using your native device browser.


---

# 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://docs.simplespa.net/simplespa-documentation/fundamentals/mobile-device-support.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.
