We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When it comes to swiping on iOS 16.0 simulator, it behaves like a tap as the following movie
As for iOS 15.5 simulator with Xcode 14.0.1, it works as expected as the following movie
idb ui swipe --udid <UDID> 200 500 200 300
idb
fb-idb
Xcode
macOS
architecture
The text was updated successfully, but these errors were encountered:
I have confirmed that swipe works with iOS 16.1 simulator (Xcode 14.1 RC), so it is likely an iOS 16.0 simulator specific issue.
Sorry, something went wrong.
No branches or pull requests
Description
When it comes to swiping on iOS 16.0 simulator, it behaves like a tap as the following movie
iOS16.0.mov
As for iOS 15.5 simulator with Xcode 14.0.1, it works as expected as the following movie
iOS15.5.mov
Reproduction
idb ui swipe --udid <UDID> 200 500 200 300
Additional Information
idb
revision: v1.1.8fb-idb
: 1.1.7Xcode
: Xcode 14.0.1 Build version 14A400macOS
: macOS Monterey 12.6architecture
: arm64The text was updated successfully, but these errors were encountered: