swipe_on_screen
Perform precise screen swipes in any direction (up, down, left, right) on iOS and Android devices. Specify start coordinates and swipe distance for accurate mobile app navigation and automation using the Mobile Next MCP server.
Instructions
Swipe on the screen
Input Schema
Name | Required | Description | Default |
---|---|---|---|
direction | Yes | The direction to swipe | |
distance | No | The distance to swipe in pixels. Defaults to 400 pixels for iOS or 30% of screen dimension for Android | |
x | No | The x coordinate to start the swipe from, in pixels. If not provided, uses center of screen | |
y | No | The y coordinate to start the swipe from, in pixels. If not provided, uses center of screen |