Skip to content
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

Open
khandpur opened this issue Feb 17, 2016 · 3 comments
Open

Pan from edge gesture fails on devices #3

khandpur opened this issue Feb 17, 2016 · 3 comments

Comments

@khandpur
Copy link
Collaborator

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:

  • iPhone 5s iOS 9.3
  • iPhone 6s iOS 9.3
  • iPad iOS 7.0
@tirodkar tirodkar added the bug label Feb 17, 2016
@BlitzFirePlayz
Copy link

I thought it works for only iOS 8 and below.

@sid-github
Copy link
Contributor

Note that this works on simulators but not on devices.

@khandpur
Copy link
Collaborator Author

@BlitzFirePlayz are you referring to UIScreenEdgePanGestureRecognizer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants