Open khandpur opened 8 years ago
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:
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?
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: