Pan from edge gesture fails on devices
Open
P2
type: bug
- Dominant language
- Objective-C
- Stars
- 5.7k
- Forks
- 737
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 5
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.