# iOS Back Button

The iOS Back Button is an on-screen navigation element located in the bottom-left corner of the screen. Tapping it returns the user to the previous page in their history, simulating the functionality of the native Android back button.

This feature is essential if your website relies on browser history or URL parameters for navigation, as iOS devices do not have a physical "Back" button.

#### How to enable it:

1. Enable the iOS Back Button toggle in your spp's dashboard.
2. Select a Theme (Light or Dark).
3. Save your changes.
4. Rebuild your iOS app to apply the update.

#### Visual examples:

1. Light Theme\
   \
   &#x20;![](/files/QU54wQ2qBI60XWSlg5bk)<br>
2. Light Theme (with Bottom Bar enabled)\
   \
   ![](/files/XBNPQINq3VVPQxL6KQRI)<br>
3. Dark Theme\
   \
   ![](/files/BeYX1EGjBV2H2xC5lu8O)<br>
4. Dark Theme (with Bottom Bar enabled)\
   \
   ![](/files/T6elj7wIhX19gynlzsd5)


---

# 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.buildnatively.com/natively-platform/features/ios-back-button.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.
