swipe_on_screen
Simulate screen swipes on iOS and Android devices by specifying direction, starting coordinates, and distance. Integrates with Mobile Next MCP for scalable mobile automation.
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 |