You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/screen-reader-voiceover-real-devices-app.md
+17-21Lines changed: 17 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
id: screen-reader-voiceover-real-devices-app
3
3
title: Screen Reader (VoiceOver) on iOS Devices
4
4
sidebar_label: Screen Reader (VoiceOver)
5
-
description: Test your app's accessibility with LambdaTest's Screen Reader (VoiceOver). Navigate through app elements with spoken descriptions on real iOS devices, ensuring compliance with WCAG standards.
5
+
description: Test your app's and website's accessibility with LambdaTest's Screen Reader (VoiceOver) on iOS devices across multiple browsers. Navigate through app elements with spoken descriptions, ensuring compliance with WCAG standards.
6
6
keywords:
7
7
- screen reader
8
8
- voiceover
@@ -53,35 +53,33 @@ Ensuring accessibility with VoiceOver is essential for creating inclusive digita
53
53
54
54
## Accessing Screen Reader in Real Device App Testing
55
55
56
-
**Step 1:** Click on the **Real Devices** > **App Testing**
56
+
**Step 1:** Click on the **Real Devices** > **App Testing/Browser Testing**
57
57
58
58
**Step 2:** Select a supported **iOS device** from the list. Supported devices will have an `Accessibility` icon next to them as shown below.
**Step 3:** Click on the **screen reader** option from toolbar and use toggle to enable and disable talkBack feature on your device.
62
+
**Step 3:** Click on the **screen reader** option from toolbar and use toggle to enable and disable voiceover feature on your device. Once enabled this will take around 10-15 seconds to start the feature on your device.
> Make sure your system's audio is turned on to hear the spoken descriptions provided by VoiceOver.
67
67
68
68
## Supported Devices
69
69
70
-
The VoiceOver feature is currently supported on select real iOS devices, allowing accurate accessibility testing. Below is the list of supported devices, with more being added over time to enhance accessibility coverage:
70
+
The VoiceOver feature is currently supported on selected iOS devices, allowing accurate accessibility testing. Below is the list of supported devices, with more being added over time to enhance accessibility coverage:
71
71
72
72
| Device | iOS Version |
73
73
|--------|--------------|
74
74
| iPhone 15 | iOS 17 |
75
75
| iPhone 16 | iOS 18 |
76
-
| iPhone 15 Pro | iOS 17 |
77
-
78
76
79
77
---
80
78
## How to Navigate using Keyboard Shortcuts
81
79
82
-
The navigation behavior on iOS—such as moving to the next or previous element, auto-reading from the start of the page, and interacting with UI elements—can be performed using either touch gestures or keyboard shortcuts when **VoiceOver** is enabled.
80
+
The navigation behavior on iOS—such as moving to the next or previous element, auto-reading from the start of the page, and interacting with UI elements—can be performed using keyboard shortcuts when **VoiceOver** is enabled.
83
81
84
-
On a real iOS device, VoiceOver navigation can be executed via keyboard shortcuts or touch gestures. However, when performing accessibility testing, using keyboard shortcuts is the most efficient way to validate VoiceOver interactions.
82
+
On a real iOS device, VoiceOver navigation can be executed via keyboard shortcuts and touch gestures as well . However, when performing accessibility testing, using keyboard shortcuts is the most efficient way to validate VoiceOver interactions.
85
83
86
84
Ensuring that your website or application is accessible using **keyboard shortcuts** guarantees that it will also be accessible through touch gestures. If a site is fully navigable and interactable using VoiceOver keyboard commands, it will be equally accessible through swipe gestures and VoiceOver touch commands.
87
85
@@ -94,34 +92,32 @@ Below is a list of VoiceOver keyboard shortcuts, using `Control+Option` on macOS
94
92
| Action | macOS (Control+Option) | Windows (Ctrl+Alt) |
| Copy the last spoken text to the clipboard | Control+Option+Shift+C | Ctrl+Alt+Shift+C |
105
103
| Search for text | Control+Option+F | Ctrl+Alt+F |
106
104
| Mute or unmute VoiceOver | Control+Option+S | Ctrl+Alt+S |
107
105
| Go to the Home Screen | Control+Option+H | Ctrl+Alt+H |
108
-
| Move to the status bar | Control+Option+M | Ctrl+Alt+M |
109
-
| Open Notifications screen | (Control+Option+M), then Option+Up Arrow | (Ctrl+Alt+M), then Alt+Up Arrow |
110
-
| Open Control Center | (Control+Option+M), then Option+Down Arrow | (Ctrl+Alt+M), then Alt+Down Arrow |
111
-
| Open Search | Option+Up Arrow | Alt+Up Arrow |
112
-
| Open the App Switcher | Control+Option+H, then H | Ctrl+Alt+H, then H |
106
+
| Move to the status bar | Control+Option+M, then Option+Up Arrow | Ctrl+Alt+M, then Alt+Up Arrow |
107
+
| Open Control centre | (Control+Option+M), then Option+Down Arrow | (Ctrl+Alt+M), then Alt+Down Arrow |
108
+
| Open the App Switcher | Control+Option+H+H | Ctrl+Alt+H+H |
113
109
| Open the Item Chooser | Control+Option+I | Ctrl+Alt+I |
114
110
| Change the label of the selected item | Control+Option+Slash | Ctrl+Alt+Slash |
115
-
| Start, stop, or pause an action | Control+Option+Hyphen | Ctrl+Alt+Hyphen |
116
111
| Swipe up or down | Control+Option+Up Arrow / Control+Option+Down Arrow | Ctrl+Alt+Up Arrow / Ctrl+Alt+Down Arrow |
117
112
| Turn the rotor left or right | Control+Option+Command+Left Arrow / Right Arrow | Ctrl+Alt+Command+Left Arrow / Right Arrow |
118
113
| Adjust the setting specified by the rotor | Control+Option+Command+Up Arrow / Down Arrow | Ctrl+Alt+Command+Up Arrow / Down Arrow |
119
-
| Turn the screen curtain on or off | Control+Option+Fn+Hyphen | Ctrl+Alt+Fn+Hyphen |
120
-
| Return to the previous screen | Esc | Esc |
114
+
| Return to the previous screen | Option+Esc | Windows+Esc+EscEsc |
115
+
116
+
By incorporating **VoiceOver** keyboard navigation into your accessibility testing workflow, you can identify usability barriers early, ensuring compliance with WCAG standards and delivering an **inclusive digital experience for all users**.
117
+
121
118
122
119
:::tip
123
120
124
121
If the keyboard shortcuts do not work initially, click on the device screen in your test session to ensure that it is in focus.
125
122
:::
126
123
127
-
By incorporating VoiceOver keyboard navigation into your accessibility testing workflow, you can identify usability barriers early, ensuring compliance with WCAG standards and delivering an inclusive digital experience for all users.
0 commit comments