Skip to content

Commit f803dc4

Browse files
authored
Update handling simultaneous gestures #51
1 parent 2792b6b commit f803dc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Rideau/RideauHostingView.swift

+4
Original file line numberDiff line numberDiff line change
@@ -1212,6 +1212,10 @@ extension RideauHostingView: UIGestureRecognizerDelegate {
12121212
assertionFailure("\(gestureRecognizer)")
12131213
return false
12141214
}
1215+
1216+
guard !(otherGestureRecognizer is UIScreenEdgePanGestureRecognizer) else {
1217+
return false
1218+
}
12151219

12161220
switch configuration.scrollViewOption.scrollViewDetection {
12171221
case .noTracking:

0 commit comments

Comments
 (0)