-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
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
Pan from edge gesture fails on devices #3
Comments
I thought it works for only iOS 8 and below. |
Note that this works on simulators but not on devices. |
@BlitzFirePlayz are you referring to UIScreenEdgePanGestureRecognizer? |
axi0mX
added a commit
to axi0mX/EarlGrey
that referenced
this issue
Aug 18, 2016
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On devices, the following code which tries to perform a Pan-From-Edge gesture fails:
[[EarlGrey selectElementWithMatcher:grey_keyWindow()] performAction:grey_swipeSlowInDirectionWithStartPoint(kGREYDirectionRight, 0.001f, 0.5f)]
I've verified it fails on at least the following devices:
The text was updated successfully, but these errors were encountered: