Skip to content

Commit 607825e

Browse files
authored
Merge pull request #2305 from sakshamarora-arch/stage
Updated documentation
2 parents 97f8308 + 2854035 commit 607825e

File tree

2 files changed

+93
-0
lines changed

2 files changed

+93
-0
lines changed

docs/gesture-support-ios.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
---
2+
id: gesture-support-ios
3+
title: Gesture Supported for iOS Devices
4+
sidebar_label: Gestures
5+
description: Learn about various kind of gestures which we support for iOS devices on our real devices, and how to use the following.
6+
keywords:
7+
- Gestures
8+
- iOS
9+
- manual testing
10+
- App Live
11+
- Custom Gestures
12+
- Double tap
13+
- Triple tap
14+
slug: gesture-support-ios/
15+
site_name: LambdaTest
16+
url: https://www.lambdatest.com/support/docs/gesture-support-ios/
17+
---
18+
import CodeBlock from '@theme/CodeBlock';
19+
import Tabs from '@theme/Tabs';
20+
import TabItem from '@theme/TabItem';
21+
22+
# iOS Gestures on Real Devices
23+
When testing iOS apps on **LambdaTest Real Devices**, certain native gestures like double‑tap, triple‑tap, or multi‑finger interactions may be required to complete test flows — especially accessibility, wallet testing, or complex UI interactions.
24+
25+
To make this easier, LambdaTest provides keyboard shortcuts that simulate these **gestures** without needing physical multi‑touch input. These shortcuts work on both **macOS** and **Windows**, allowing you to trigger gestures instantly during manual sessions.
26+
27+
---
28+
# Supported Gestures & Shortcuts
29+
30+
<Tabs className="docs__val">
31+
<TabItem value="macos" label="macOS" default>
32+
<div className="lambdatest__codeblock">
33+
<table>
34+
<thead>
35+
<tr>
36+
<th>iOS Gesture</th>
37+
<th>Shortcut</th>
38+
</tr>
39+
</thead>
40+
<tbody>
41+
<tr>
42+
<td>Two-Finger Triple-Tap</td>
43+
<td>⌘ + ⇧</td>
44+
</tr>
45+
<tr>
46+
<td>Single-Finger Double-Tap</td>
47+
<td>⌘</td>
48+
</tr>
49+
<tr>
50+
<td>Single-Finger Triple-Tap</td>
51+
<td>⌥</td>
52+
</tr>
53+
</tbody>
54+
</table>
55+
</div>
56+
</TabItem>
57+
58+
<TabItem value="windows" label="Windows">
59+
<div className="lambdatest__codeblock">
60+
<table>
61+
<thead>
62+
<tr>
63+
<th>iOS Gesture</th>
64+
<th>Shortcut</th>
65+
</tr>
66+
</thead>
67+
<tbody>
68+
<tr>
69+
<td>Two-Finger Triple-Tap</td>
70+
<td>Ctrl + Shift</td>
71+
</tr>
72+
<tr>
73+
<td>Single-Finger Double-Tap</td>
74+
<td>Ctrl</td>
75+
</tr>
76+
<tr>
77+
<td>Single-Finger Triple-Tap</td>
78+
<td>Alt</td>
79+
</tr>
80+
</tbody>
81+
</table>
82+
</div>
83+
</TabItem>
84+
</Tabs>
85+
---
86+
## Additional Links
87+
88+
- [Manual Testing on Real Devices](https://www.lambdatest.com/support/docs/app-testing-on-real-devices/)
89+
- [Apple Pay Manual Testing Guide](https://www.lambdatest.com/support/docs/apple-pay-manual/)
90+
- [Assistive Touch](https://www.lambdatest.com/support/docs/assistive-touch-on-real-ios-devices/)
91+
92+

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,6 +2168,7 @@ module.exports = {
21682168
items: [
21692169
"app-testing-on-real-devices",
21702170
"how-to-use-testing-tools-in-session",
2171+
"gesture-support-ios",
21712172
{
21722173
type: "category",
21732174
collapsed: true,

0 commit comments

Comments
 (0)