---
title: iOS (Safari)
parent: Installation
nav_order: 3
---

# Installing on iOS (Safari)

Unlike Desktop browsers, iOS requires a manual bookmark setup to execute scripts. Follow these steps to install EduQuick on your iPhone or iPad.

---

## Steps

### 1. Copy the script

Open the source file and copy the entire block of code to your clipboard.

[Open EduQuick JS](https://raw.githubusercontent.com/Ahmedallion/EduQuick/main/install/eduquick-bookmarklet-latest.js){: .btn .btn-purple target="\_blank" rel="noopener"}

### 2. Create a temporary bookmark

Bookmark this current page (or any page) to create a placeholder that we will edit in the next step.

![iOS Step 3-1](../assets/images/installation/ios-step3-1.png)

![iOS Step 3-2](../assets/images/installation/ios-step3-2.png)

### 3. Edit the bookmark

Open your Bookmarks menu, find the bookmark you just created, and tap **Edit**.

![iOS Step 4](../assets/images/installation/ios-step4.png)

### 4. Configure EduQuick

Change the name to **EduQuick**. Delete the existing URL and paste the code you copied in [Step 1](#1-copy-the-script). Tap **Done** to save.

![iOS Step 5](../assets/images/installation/ios-step5.png)

---

## Running EduQuick

To ensure the tool displays correctly on mobile devices, follow these usage tips:

- **Login:** Ensure you are logged into your Educake account first.
- **Orientation:** Rotate your device to **Landscape (horizontal)** mode.
- **Zoom:** Zoom out fully so the page is at its default scale.
- **Launch:** Open your bookmarks and tap **EduQuick** to run the script.

<br>

{: .note }

> **Tip:** If the script doesn't run, double-check that the URL in your bookmark starts with `javascript:`. Some mobile browsers strip this prefix during pasting.
